Avi Alkalay Digital Awareness and Flying Spirit
Soleil Theme for WordPress 80 comments By AviPublished: Mon, 06 Nov 2006 00:10:15 -0200 Updated: Mon, 17 Dec 2007 11:50:43 -0200 Published: 6 Nov 2006 Updated: 17 Dec 2007 Published: 12:10 am Updated: 11:50 am Categories: Web 2.0 Tags:
Soleil screenshot

The Soleil theme for WordPress was based on the original creation and colors by designer Carrie Petri for other blog systems. I just mixed the PHP code and some technical ideas thowards what a blog system should be.

Althought it looks really good, Soleil is way more than eye candy. It is unique due to this main features:

  1. Localized on demand
    The blog generic control strings will appear in visitor’s language that he set on his browser. Also, all blog-specific strings as category names, post titles and personal links may have hooks for personal localizations. See bellow how to activate this feature.
  2. Widgetized sidebar
    Soleil provides all its sidebar content as widgets. If you use the WordPress Widget Plugin, you’ll be able to visually rearrange the sidebar and also visually use more widgets from a vast network of developers.
  3. Very friendly to feed readers
    Every aspect of a Soleil blog provides clear and intuitive links and icons to its feed version. Categories archive pages, comments, list of categories on the sidebar, etc. Browse my blog to see what I’m talking about.

All artwork was completely redrawed in CAD systems and in OpenOffice.org Draw to improve images quality. The vector files are included.

Other benefits of this theme are:

  1. Shiny and vibrant colors, thanks to Carrie.
  2. Certified to work on Firefox 2, IE 6 and Konqueror. This gives a clue it will look good in any other browser.
  3. Efficient, yet well balanced use of the entire screen.
  4. Intuitive icons for reply, trackback, blog, post and category feeds, etc.
  5. Clear visual separtion between each post, each comment, etc.
  6. Shows number of comments in evidence.
  7. Direct links to post and comment editing (for administrator only).
  8. Includes a style for printing that hides parts of the page irrelevant to this media.
  9. Provide list of links with icons to popular feed readers.

Download the theme archive, unzip it in your [WORDPRESS_ROOT]/wp-content/themes directory, and select it in the Presentation tab of your WordPress admin interface. Organize the sidebar widgets (if you use the recomended Widgets Plugin) on the admin interface, Presentation -> Sidebar Widgets.

Soleil Predefined Style Classes

Soleil provides some CSS classes that I heavily use in my posts:

photo
To be used on image tags. Add margins, padding and a slim border. Use it like this:

<img class="photo” style=”float right” …
command
From the docbook series and for technical writers, renders a computer command in evidence. Use it like this:

<span class="command“>ls -al</span>
programlisting and screen
From the docbook series and for technical writers, renders a box with special fixed size font as a computer output or programlisting. Adds scrollbars if content is too wide, to not breake your layout. Usage:

<pre class="programlisting“>
	// sourcecode of a program
	code {
		Some code
	}
</pre>

or

<pre class="screen“>
	bash$ ls -al
</pre>
filename
From the docbook series and for technical writers, renders a filename in evidence. Use it like this:

<span class="filename”>/bin/kdb</span>
xmlbutton
An XML button maker, the one very popular on blogs etc. To get a button like My XML button, use as:

<a class="xmlbutton” href=”http://someplace”>My XML button</a>
articleinfo
Creates a nice may-be-floating box for you to show some information about the post. The box will appear in evidence but outside the stream of the text. See an example on this post. Usage:

<div class="articleinfo” style=”float: right”>Some info about this article.<div>

You should also use <h4> as the header for subtitles inside posts.

Displaying Links Correctly on Sidebar

Many blogs that use Soleil have their links looking bad on their sidebar. To fix this, you should go to your blog admin interface, select Links->Link Categories and edit each link category’s properties in a way that each item will be wrapped into an HTML <li> tag.

For example, my blog categories have Before Link: <li> and After Link: </li>

Soleil Localization and Internationalization

Soleil’s default language is english, and is currently localized to portuguese.
To localize Soleil to you language, go to soleil/languages and copy the theme-pt.po (portuguese language) file to theme-YOURLANGUAGECODE.po and edit it to fit your language needs. The file format is very intuitive and it contains all generic messages the theme uses.

You can also localize your blog specific strings as your category names, blog name, blog description, and even some posts titles. For this you have to edit personal-YOURLANGUAGECODE.po in the same way.

To compile a .po file, on Linux do this:

bash$ msgfmt -c -v -o theme-YOURLANGUAGE.mo theme-YOURLANGUAGE.po
bash$ msgfmt -c -v -o personal-YOURLANGUAGE.mo personal-YOURLANGUAGE.po

The .mo files must be located under soleil/languages/ while the .po don’t have to be under your blog installation, live them in your PC only.

To activate on demand localization based on visitor’s prefered language, ensure your wp-config.php file contains this:

define ('WPLANG', substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2));

Enjoy.

  80 Responses to “Soleil Theme for WordPress”

#1

Avi, quero ver minha campanha divulgada no seu site!!
Beijo, Helena.

#2

[...] Not too much time ago, IBM’s Avi Alkalay started using a new theme called Soleil on his blog. I found it really awesome and immediately wanted to use it on my own blog. A couple of days ago, Avi released the theme to the general public, i.e. moi. [...]

#3

[...] < a class=”photo” style=”float:right;” title=”googlemap” … Renders a map with default dimensions floating on the right of the paragraph, with style class photo, that in my theme defines some margins and borders. [...]

#4

[...] From Avi Alkalay, here’s the Soleil Theme for WordPress. Althought it looks really good, Soleil is way more than eye candy. It is unique due to this main features: [...]

#5

Great theme Avi! I’m going to test Soleil right now :)

Thank you!

#6

[...] [Descargar][Demo] [...]

#7

[...] Soleil Theme for WordPress Fornemt + stramt + farverigt (tags: theme wordpress) [...]

#8

Hi. Just installed Soleil, and got:

Fatal error: Call to undefined function: the_soleil_category() in post.php on line 9

Any ideas?

#9

Great theme. Thank you so much! I’ve made some basic visual changes that I think that you would like, such as a double widget column & border around both main & sidebar blocks.

I have had one problem though, how do I get the category page to display the entire post and not just the excerpt? Thanks, Matt

#10

[...] To use, download it from Avi Alkalay’s post here. Like with every other themes, unzip to a folder bearing the same name in the themes folder and then select it on the Presentation tab. After customizing the widgets set the way you want it, load it to see the vivid new layout for your blog! [...]

#11

This is prefect I’ve been looking for this theme ever since I started using the blogger version. Thank you for porting it to wordpress.

Thank you

#12

I just installed it and I got the same error as Jerry I think there is something wrong with the way that soleil calls for the widgets. The widgets option doesn’t even show up in the presentation section. Anyone figure out how to get past this?

Thank you

#13

Fatal error: Call to undefined function: the_soleil_category() in post.php on line 9

To fix this rename template-functions-category.php to functions.php

#14

Well, Chris, you can’t simply rename it.
There are important stuff in functions.php, and it actually includes template-functions-category.php

#15

Avi, in the current download there is no functions.php so that’s why I renamed. Maybe the download isn’t complete?

#16

Thats unacceptable !

I just included functions.php and uploded a new theme archive.

Chris, thanks for pointing the problem.

#17

Thanx avi for fixing it so quick. It works great now!

Thank You

#18

[...] Download [...]

#19

[...] Details from the author's site [...]

#20

Pretty theme.

However, when I switched to this theme, my images are way too close to my text. I changed the settings in the image options of my Editor (editormonkey) yet it does not take effect. Do you have any idea what is wrong?

Thanks

#21

Michelle, edit the HTML of your posts and make your image tag look like:

< img class=”photo”….

Regards,
Avi

#22

Why can’t I delete Blogroll from the Link Categories?

#23

Everytime I make a post I get the following error message: WordPress database error: [Lost connection to MySQL server during query]
INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES (’10′,’_pingme’,'1′)

#24

Hi. Thanks for your great theme ! I localized the theme to french, but have no Linux box available to compile this… Dont’you think some form of XML would have been more handy ?

Anyway, could you please compile the file below for us french people and make it available in the next version `thank you !

# French (Swiss)) (fr) translation for WordPress.
# Copyright (C) 2006 Philippe Guglielmetti, for the Soleil Theme by Avi Alkalay
# This file is distributed under the same license as the Soleil Theme for Wordpress

[.....]

#25

I am using this theme now. It’s great!
And I add a lot plugins, it works fine.
my site:www.qingfangblog.com (in Chinese)

#26

[...] Hablando del blog, como soy culo inquieto por naturaleza, he pensado en darle un nuevo aire, utilizando un nuevo tema de wordpress llamado Soleil. [...]

#27

Today I released a new version, including RSS, ATOM and other image buttons, french translation by Philippe, and optimized images.

#28

Avi, thank you for compiling and including my french translation.
However, my site (and yours…) don’t show french texts when I browse them (yours is in english). Is there something missing or something I should do ?
BTW, the theme appears as “Soleil for WordPress 20061218″ in the admin panel, not as “20070115″, just in case it matters…
Thanks again !

#29

Philippe, thats because for some reason I didn’t uploaded the french translation to MY blog.

Its there now and tested in french. Man, Soleil looks nice in french !

I also fixed some style for .post-meta to make it look nice on posts that have many and long-name categories.

And this time I did update the style version on style.css so the version number is correct on WP admin interface.

Please download new 20070116 version.

#30

Hi Avi,

I love your Soleil theme and am using it myself. It appears as though there is some problems with using it with Wordpress 2.1, at least as far as some of the sidebar widgets are concerned. I’ve turned off the affected items (ie. categories) but if you’re interested in updating the theme, I’ll be interested in downloading it again. ;-)

Thanks so much for all the work you’ve done so far on this.

-Todd

#31

Hi Todd

Thanks for using Soleil.

I didn’t focused my attention to WP 2.1 yet, but this is certainly something I’ll do in the next month.

Check back soon to see.

#32

Soleil was updated today. The Changelog:

- Finally fixed the calendar style. It looks bigger and nicer now
- Updated widgets.php to correctly display the calendar
- Fixed the padding for the title on the comment form

#33

Hi Avi,

One last question if you don’t mind. What does the Soleil Author widget do and how do you use it? I’m looking at the code but I’m not a php expert.

-Todd

#34

Hi,
I love your theme. I found in on the wordpressthemes that dont suck site. I’m looking for a new theme and this is on my short list of themes to try out over the next couple of weeks.

Thanks.
Deb

#35

Hi Aki,
FYI, I upgraded to Wordpress 2.1 and there are just a few problems with Soleil widgets (see http:www.goulu.net)
th most important is the Categories, which display a lot of errors like the one below for all “children” categories. The topmost categories are listed ok.

WordPress database error: [Unknown column 'cat_cat_name' in 'order clause']
SELECT * FROM wp_categories WHERE cat_ID > 0 ORDER BY cat_cat_name asc

(I reverted to the “standard” Categories plugin on my site)

The Blogroll doesn’t work either : it displays nothing

Everything else looks all right. Nice !

#36

Thanks Philippe

I’ll have a look on all this issues in the next days, when I’ll migrate to WP 2.1.

#37

There’s a bug in php5 that fights with your code,
archive.php line 25

$car=get_query_var('cat');
$myCategory=get_category($car);

#38

Gas, I can’t see this bug because my ISP seems to be using an older version of PHP, probably 4.

Any tips for a workaround ?

#39

Hi Avi I’m sorry I was very late and for this reasan I was too short in my answear.

The bug it seems a php5 bug that caused lots of problem, Bug Page

The lines of code i sent you are already “worked around”,
Original archive.php from line 24 to line 30:

category_description) { ?>

category_description,'personal'),$myCategory)); ?>

That becames:

category_description) { ?>

category_description,'personal'),$myCategory)); ?>

I simply put fake variable called "car" that gets the value and pass it, it seems the stupidest workaround ever but it works ;P
Mine works well on wordpress 2.1 the only thing that didn't was the function that list category (the widget in the sidebar for example), I had an empy list even if i have 10 categories or so and the right category dhow up for everypost metainfo.
Probably is related to recent wordpress 2.1 changes regarding template calls, i really don't know, in any case I changed line 38 of widgets.php from

wp_list_soleil_cats($format);


wp_list_cats($format);

Thanks for your theme and for sharing it with everybody, it’s great!!

#40

It came out a mess

line 25 of archive.php

$myCategory=get_category(get_query_var('cat'));

must be changed to these two lines


$car=get_query_var('cat');
$myCategory=get_category($car);

Pastebin page

#41

Updated version of Soleil now supports WordPress 2.1. Get it here.

Complete list of changes since previous version:

  • Workaround on archive.php for a PHP5 bug, as described on this comment.
  • Official first release for WP 2.1, temporarily with reduced automatic translation for categories etc.
  • Links are now underlined.
  • Separation mark between posts now also on index.php.
  • Label for comment form changed from “Address” to “E-mail”. People were leaving their physical address instead of e-address.
  • All templates have a tag to have more user friendly names on WP page editor.
  • Excerpt only used on Search results now.
  • Simplified code on sidebar.php.
#42

Avi, many thanks for having adapted Soleil to 2.1
Justa question : I’d like to set “recurse=0″ in Soleil category widget) (to list only the first level of cats), but I cannot spot where to set this option (and others). Can you help ?

#43

Philippe, the category widget is heavily based on WP function called wp_list_categories(), which seem to not support this feature.

I’m sorry.

In the mean time I made small changes to the theme exactly on this point. Please redownload today’s file. But you won’t see many changes anyway.

#44

[...] de mon blog pour ceux qui connaissaient déjà. J’utilise désormais un thème du nom de Soleil pour Wordpress crée par un certain Avi [...]

#45

Hey Avi,

Thanks for the 2.1 version of Soleil. It’s much appreciated.

What does the Soleil Author widget do and how do you use it? I’m looking at the code but I’m not a php expert.

-Todd

#46

Todd, the Soleil Author widget will let you show the author information you setup on your user account in WP’s admin forms.

#47

My categories are not displayed. I got this error:

Fatal error: Call to undefined function: wp_list_categories() in /home/enauka/ftp/szczotka/blog/wp-content/themes/soleil/widgets.php on line 4
Can you help?
http://www.szczotka.net/blog/

#48

Sorry, I’ve upgraded to Wordpress 2.1 and all works fine!
Fine theme, thanks
Regards,
Greg

#49

Version 20070219 released.

Chengelog:
- Defined some style for printing. Makes disapear #sidebar, .commentform and #banner
- Decreased size of #sidebar from 28% to 20%
- Refined the .conversation class, to be used on <ul>
- Fixed text size on sidebar, from 8pt (relative) to 11px (absolute)

#50

[...] başından beri kullandığımız fDawn temasını, biraz daha renkli, biraz daha janjanlı Soleil for Wordpress temasını ile değiştirdik… Hepimize hayırlı uğurlu [...]

#51

You maybe can help me. One day when I go to Themes, I found this message: “Broken Themes, the following themes are installed but incomplete. Themes must have a stylesheet and a template. Stylesheet is missing”.
I googled this problem, but I cannot find the right answer, the theme file is in the right path, and the file of style.css is there, WP just cannot find it.
So what can I do to fix this problem? Since I am using your theme, it is alos on the “missing list”.
Thanks!

#52

Any chance to have a 3 columns Soleil in the near future? Even better, content on the left and the 2 columns on the far right?

Thanks

Roger

#53

Qingfang, I never saw or heard about this problem.

I can’t reproduce it, so I can’t find the problem.

#54

I localized the po file to german (switzerland), but have no Linux box available to compile it.
Can you do that for the german speaking fans of your theme and make it available in the next version? Thanks in advance!

# GermanSWISS(de) translation for WordPress.
# Copyright (C) 2007 ubu, for the Soleil Theme by Avi Alkalay.
# This file is distributed under the same license as the Soleil Theme for Wordpress.
# ubu
#
# To compile this file on Linux:
#
# bash$ msgfmt -c -v -o theme-pt.mo theme-pt.po
#
#
msgid “”
msgstr “”
“Project-Id-Version: WordPress 2.1.2\n”
“Report-Msgid-Bugs-To: \n”
“POT-Creation-Date: 2007-03-09 18:11-0600\n”
“Last-Translator: ubu \n”
“MIME-Version: 1.0\n”
“Content-Type: text/plain; charset=UTF-8\n”
“Content-Transfer-Encoding: 8bit\n”
“X-Poedit-Language: German\n”
“X-Poedit-Country: Switzerland\n”

######
##
## archive.php
##

msgid “Page Not Found”
msgstr “Seite nicht gefunden”

msgid “Search results for”
msgstr “Suchergebnisse für”

msgid “No posts matched your criteria.”
msgstr “Keine Beiträge entsprechen deinen Kriterien.”

msgid “The page you are looking for cannot be found on this site. You can use the search box to the right, or go to the ”
msgstr “Die Seite die du suchst kann hier nicht gefunden werden. Du kannst die Suchfunktion benutzen oder du gehst zur ”

msgid “home page”
msgstr “Startseite”

msgid “Search Results”
msgstr “Suchergebnisse”

msgid “Author Archive”
msgstr “AutorInnen”

msgid “Blog Archives”
msgstr “Archiv”

msgid “%s category”
msgstr “Kategorie %s”

msgid “« Previous Entries”
msgstr “« Frühere Einträge”

msgid “Next Entries »”
msgstr “Neuere Einträge »”

msgid “Sorry, but you are looking for something that isn’t here.”
msgstr “Äxgüsi, du suchst etwas, das es hier nicht gibt.”

msgid “Subscribe to this category”
msgstr “Kategorie abonnieren”

######
##
## comments.php
##

msgid “This post is password protected. Enter the password to view comments.”
msgstr “Dieser Beitrag ist passwortgeschützt. Gib das Passwort ein, um die Kommentare zu sehen.”

msgid “Leave a Reply”
msgstr “Schreib einen Kommentar”

msgid “You must be”
msgstr “Du musst”

msgid “logged in”
msgstr “angemeldet sein”

msgid “to post a comment.”
msgstr “um einen Kommentar zu veröffentlichen.”

msgid “Logged in as”
msgstr “Angemeldet als”

msgid “Log out of this account”
msgstr “Abmelden”

msgid “Logout »”
msgstr “Abmelden »”

msgid “Name”
msgstr “Name”

msgid “(required)”
msgstr “(erforderlich)”

msgid “E-mail (will not be published)”
msgstr “E-mail (wird nicht veröffentlicht)”

msgid “Website”
msgstr “Homepage”

msgid “You can use these tags:”
msgstr “Du kannst folgende Tags benützen:”

msgid “Submit Comment”
msgstr “Kommentar abschicken”

msgid “Enter your password to view comments.”
msgstr “Gib dein Passwort ein, um die Kommentare zu lesen.”

msgid “No Responses”
msgstr “Keine Kommentare”

msgid “One Response”
msgstr “Ein Kommentar”

msgid “Responses”
msgstr “Kommentare”

msgid “to”
msgstr “an”

msgid “Comments:”
msgstr “Kommentare:”

msgid “References on the Web (trackbacks and pingbacks):”
msgstr “Webreferenzen (Trackbacks und Pingbacks):”

msgid “Trackback from”
msgstr “Trackback von”

msgid “Pingback from”
msgstr “Pingback von”

msgid “says”
msgstr “hat gesagt”

msgid “comment permalink”
msgstr “Permalink”

msgid “Your comment is awaiting moderation.”
msgstr “Dein Kommentar wartet auf die Moderation.”

msgid “There are no comments yet. Be the first to post.”
msgstr “Es gibt bisher keine Kommentare. Mach du den Anfang.”

msgid “Comments are closed.”
msgstr “Kommentare zur Zeit nicht möglich.”

######
##
## functions.php
##

msgid “Categories”
msgstr “Kategorien”

msgid “Search”
msgstr “Suche”

msgid “Archives”
msgstr “Archiv”

msgid “Select Month”
msgstr “Monat auswählen”

msgid “Admin Geek Stuff”
msgstr “Meta”

msgid “Subscription”
msgstr “Abonnieren”

msgid “Uncategorized”
msgstr “Nicht kategorisiert”

######
##
## post.php
##

msgid “Comments to: %s”
msgstr “Kommentar zu: %s”

msgid “comment”
msgstr “kommentiert”

msgid “comments”
msgstr “kommentieren”

msgid “Permanent Link: %s”
msgstr “Permanenter Link: %s”

msgid “Read and write comments to this post”
msgstr “Lies und schreib Kommentare zu diesem Beitrag”

msgid “Trackback URL: use this to comment on your own blog”
msgstr “Trackback URL: Benütz diesen Link um auf deinem eigenen Blog zu kommentieren”

msgid “About”
msgstr “Über”

msgid “%s: read full post”
msgstr “%s: lies den ganzen Beitrag”

msgid “Read more . . .”
msgstr “Weiter . . .”

######
##
## search.php
##

msgid “Search Results for”
msgstr “Suchresultate für”

msgid “Not Found”
msgstr “Nichts gefunden”

msgid “Sorry, no posts were found contaning”
msgstr “Äxgüsi, keine Beiträge gefunden”

######
##
## Others
##

msgid “Related Posts”
msgstr “Verwandte Beiträge”

msgid “Recent Posts”
msgstr “Neuste Beiträge”

msgid “View all posts in”
msgstr “Lies alle Beiträge in der Kategorie”

msgid “Subscribe feed for”
msgstr “Abonnier den Feed für”

msgid “Subscribe comments to this post”
msgstr “Abonnier die Kommentare zu diesem Beitrag”

msgid “Subscribe comments to this page”
msgstr “Abonnier die Kommentare zu dieser Seite”

msgid “View all posts filed under %s”
msgstr “Lies alle Beiträge unter %s”

#55

New version released. Changes:

  • Changed how bullets (<li> and <dt>) are show switching from background to a list-style-image strategy
  • Changed the title for category archives: only the category name is shown
  • Included german translation, by Ubu
#56

That was real fast! Thank you.

#57

[...] Soleil – DEMO [...]

#58

[...] Soleil – DEMO [...]

#59

AVI, I need some help to get the Soleil Theme to work. I am not experienced in using WordPress Themes and found i am getting confusing with all the different commands but I just created a Free Report at http://www.findallabout.com/search.php?keywords=blog+theme .. This seems to be answering some of my concerns.

Thanks for having this resource so that I can see what it should look like and to answer some of my qestionss.

#60

[...] meus outros posts populares são o de download de música, o do Google Maps para WordPress, e o do tema do meu blog.   « IBM no Oracle Open World [...]

#61

Avi, thanks for this theme.

Could you please explain how I can implement a new page to this theme?
If I try to create a new page, lets say “Test” I got a error message after I published it:
“The requested URL /test/ was not found on this server”
It doesn’t make any difference which page template I use, I always got the error.
Any hints?
Peter

#62

New version of Soleil released.

These are the changes:

- Updated the comment balloon image
- Included a new blogicons.svg (made with inkscape) file containing a scalable vector version of the feed, trackback and permalink icons
- Updated post.php to make appear a new permalink icon on each post’s metainfo section

#63

Soleil updated today. Changes:

- Blog Icons (http://avi.alkalay.net/2007/05/blog-icons.html) incorporated in theme. Signature in the end.
- Post and page header transformed into table-less
- Included a clock icons in post/page header
- Post/page header now shows also the time
- Inverted the page header to PAGE TITLE - BLOG NAME

#64

New version released. Changes:

- Fixed alignment of post admin icons for pages and posts
- Fixed comments’ feed URL for pages and posts
- Included the clock icon on header of pages

#65

Beautiful theme, but i hit a snag. After selecting the theme in Wordpress 2.2, my admin screens go dead. I get a fatal error on and /wp-admin pages: “Fatal error: Call to undefined function get_admin_page_title() in /var/www/com/marstonstudio/wp-admin/admin-header.php on line 12″

In order to get my admin screens back, I have to delete the Soleil theme directory.

Any suggestions?

#66

I’m having the EXACT problem as the previous poster. I also haven’t slept in 5 days so I can’t seem to wrap my head around the fix either. How do we get rid of this error?? I can’t access my dashboard or anything.

#67

I can confirm that Soleil won’t work with latest Wordpress (2.2).

#68

Releasd version 20070716. Changes:

  • Tested and supported on WordPress 2.2.1, thanks to Roberto Teixeira’s patch.
  • ‘Admin Geek Stuff’ widget title renamed to ‘Administration’.

Additionally, Soleil now has a browseable Subversion repository that can be useful for developers.

#69

Released version 20070902. Changes:

- SEO: Removed the <link>s to archives
- Converted the trackbacks section into a list of expandable links
- Added appropriate images for trackbacks section

#70

This is my first post
just saying HI

#71

Hi all!

Very interesting information! Thanks!

Bye

#72

Avi, just wanted to thank you again for the great theme and your continued work on it. I had some problem back in July with the wordpress upgrade but your fixes worked great. Thanks for continuing to support this theme.

#73

Fioricet….

Fioricet….

#74

[...] Soleil theme, slightly modified. I like per-category RSS subscription buttons. I think it is important for the blogs with multiple barely overlapping topics [...]

#78

Great Post! Thanks…This is exactly what I’ve been looking for since I got wordpress. BOOKMARK & STUMBLEUPON FOR YOU.:)

#79

Anyone ever use this email account program before? Just curious, I’m looking for software that will mass create email accounts.

#80

Great Persona On the WebsiteGreat Work ,Im Impressed From The Site [LINK=http://freeazh.110mb.com/]153 bbs fozya free[/LINK] 153 bbs fozya free

Leave a Reply

XHTML: You can use these tags:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Avi Alkalay is powered by WordPress 2.5.1 and delivered to you in 1.222 seconds using 30 queries.

Theme: Plasma, your last WordPress theme by Avi Alkalay.

Icons by the Blog Icons Project.