Lycie is available for personal and commercial use.
A clean, bright and easy to use theme for WordPress. It is the same template used for the blog section of “I was in Turkey”. But the one which is used here is modified to fit into the rest of the site.
- For now, there is only green version with fixed width 2 columns.
- 3 different menu options. Besides the regular navigation bar, there are also possibilities of top and bottom menus.
- Built-in Flickr photos widget can display photos from any user, group or all the public photos.
Current version is 1.3, can be downloaded from here.







Great! Thank for your share the free stuff
, Its helpfull for me
top menu does not work.
it just doesnt matter if i set pages or categories as top menu options, it only shows the pages.
do you have any solution?
thanks for pointing that out.
edit the header.php file
change the line 99
from
if($options['topmenu_type'] == ‘categories’) {
to
if($options['top_menu_type'] == ‘categories’) {
thanks for the quick answer.
1 more thing, how can i disable the menu link to “home” like your menu at the top
open the header.php and delete the line 34
do the same thing for footer.php at line 11