Freshy theme (Wordpress)
Freshy 1.0 theme for Wordpress
This is Freshy 1.0. It is here for historical reasons, but Freshy 2.0 is out, be sure to check it out ! Freshy 1 updated with more languages : total 15 languages !

There is a dotclear version made by Franck Paul here : Freshy theme for dotclear
A few things you should know if you have problems :
- First of all, don’t forget that there are options for the theme. In the admin area go to presentation / freshy options.
- If the sidebar goes wrong in Internet Explorer, it may be because you have broken html code. Check it with a validator (http://validator.w3.org). Also, take care about self-closing divs :
<div class="someclass"/> - To modify parts of the css, use !important statement. Since options add custom style code inside the html, if you don’t do that, your rules will be overwritten by the embeded style. Ex :
#title {
height:1000px !important;
}
Here is the freshy template for wordpress, a modded version of the template I use for my site.
It is ready to be used in combination with yammyamm.
Features :
- color theme switcher
- advanced customization : colors, header image…
- widget compatible
- choose the sidebar menu behaviour : show subpages on pages and blog cats in the blog or always show pages and blog cats
- when you select a page in the top menu and then a subpage, the top menu is still selected
- for the links in the sidebar - when using widgets, an alternative links widget has been added to be compatible with freshy
- customize the top menu : labels, links, contact menu…
- gravatar support implemented (with skippy’s gravatars plugin)
- better integration with YammYamm (especially concerning the top menu links).
- internationalisation : New : Spanish, Hungarian, Turkish, English, French, Polish, German, Croatian, simplified Chinese and Hebrew (it is a special version : check here) send me your translations (use poedit)
The CSS, XHTML and design is released under GPL.
Please leave the “design by jidé” logo in the footer or mention it somewhere in the site
I must say i am surprised by the success of the theme, it’s great !
New ! Thanks to the options, customize the template !

You can also try the nice Jimisola modded version here
[...] Download the Freshy template for wordpress [...]
jide.fr » Template Freshy for Wordpress available for download | 19 06 2006Big thx for this great theme :) Nice job man
Pawel Krefta | 23 06 2006Hi, my names is Matt and i was wondering if
Matthew | 24 06 2006Hi Matthew ! Do you want to add links to
Jide | 24 06 2006< ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>And add your link like this :< ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?><li class=”page_item”>
<a href=”the url you want” title=”The name of the link” rel=”nofollow”>
The name of the link
</a>
</li>
I love it. Beautiful. Does this theme support Wordpress Widgets?
Maria Constantino | 24 06 2006... well, I guess I answerered my own question by
Maria Constantino | 24 06 2006[...] Template Freshy [...]
jide.fr » Template Freshy updated ! | 25 06 2006Hi Maria ! Check the update ;) Hope you'll enjoy
Jide | 25 06 2006HI. Nice Theme. i installed it but my existing pages
Rashad | 25 06 2006The theme moves every time I put the adress of
KoKaIn | 27 06 2006Hi KoKaIn ! The code you put in your post seems
Jide | 27 06 2006The code you put in your post seems to be broken :
<p>Si es la primera vez que visitas este sitio y aun no sabes que es ogame, como se juega, o si ya estas jugando y no tienes ninguna idea de que hacer te recomiendo mirar a la derecha en categorias y pasarte por lo basico. Si quieres ver donde cosneguir colonias de mas de 300 campos mira en amateur. Si quieres ver las tablas de combates entre naves y defensas, si quieres saber como pillar a una flota q se aloja cada noche con su fleet de luna a escombros pasate en Ogamer pro.</p> <p><a id="more-8"></a></p> <p align="right"><em><font size="1">Este sitio no tiene ningun lucro mas que el de compartir conocimiento. </font></em></p> <div align=”right” /> <— THIS SHOULD NOT BE HERE <p align=”right”><em><font size=”1″>atte KoKaIn</font></em></p>Try to edit your post and remove this.I tried to do this my self, but i just
Matthew | 27 06 2006Hi Matthew. Easy ;) Edit the style.css file in the theme
Jide | 27 06 2006Easy
#title, #title_image { display:none !important; } .menu { border:0px none !important; }Awesome Theme! GREAT Job! Matthew
Matthew | 27 06 2006I have your template on my website... but the thing
Uthfull | 27 06 2006I got your mail... replaced the style.css file but now
Uthfull | 27 06 2006hmm... i just want to delete the picture part, the
Matthew | 27 06 2006Hi again Matthew ! Do this in style.css instead : #title_image { display:none
Jide | 27 06 2006Do this in style.css instead :
#title_image { display:none !important; }thank you once again:P I need to learn css and
Matthew | 27 06 2006You should make a forum, so idiots like me can
Matthew | 28 06 2006Hi! Great Job eh? the question is: how i do change the
VladDrac | 28 06 2006Another question.... how make a random img header??. not a fixed img,
VladDrac | 28 06 2006i know how to do that:D okay, the way i
Matthew | 28 06 2006Hi Jide, I choose your theme to use in my
evasee | 29 06 2006Matthew: thanks a lot!
VladDrac | 29 06 2006Ok Matthew and VladDrac you are such enthousiastics that i
Jide | 29 06 2006First, create some images, named “myimage.jpg” (the name could be anything), and create alternative images named “myimage1.jpg”, “myimage2.jpg”, “myimage3.jpg” etc. and put them in the “images” directory of the theme.
Then, in the top of the header.php file of the template, put these lines :
<?php function header_graphic($image_name='',$image_number=1) { $num=rand(1,$image_number); $image_parts=explode(".", $image_name); echo get_bloginfo('stylesheet_directory').'/'.$image_parts[0].$num.'.'.$image_parts[1]; }; ?>Then, just before the “</head>” tag, still in header.php, if you want a random image for the picture behind the title add this : (replace the red number with the number of images you created, here we have 5 images).<style type="text/css"> #title_image { background-image:url(<?php header_graphic('images/myimage.jpg',5); ?>) !important; } </style>If instead you want a random title image at the top of the site :<style type="text/css"> #title { background-image:url(<?php header_graphic('images/myotherimage.gif',3); ?>) !important; } </style>Et voilà ! enjoyWidget support! Yes! You rock. Keep up the terrific work.
Maria Constantino | 29 06 2006Hi Maria ! glad you appreciate ;) I have to tell
Jide | 29 06 2006I have to tell you that the blog roll code is a little buggy with the widgets, it is not my fault, but widget’s ! but it does not break anything and shows quite well, so don’t worry
Great template. May i inquire of where the code is
Kenny | 29 06 2006Hi Kenny ! This has been fixed in the last version,
Jide | 29 06 2006This has been fixed in the last version, so if you have an old one, just get the one here
To Kenny: It's in header.php, close to the bottom <a href="mailto:(INSERTEMAILHERE)" rel="nofollow">
Matthew | 29 06 2006Thanks Jide and Matthew. I also have a question regarding
Kenny | 29 06 2006When u are "writing the site" go over to the
Matthew | 29 06 2006Thanks Matthew. I have actually tried that in the past
Kenny | 29 06 2006Hmmm... thats weird it doesn't do that for me(http://www.games-gadgets.com/blog/about/) What version
Matthew | 29 06 2006Jide - I wish to have a seperate link for
Kenny | 29 06 2006Jide, Awesome template, and the update is even better. I
Derek | 29 06 2006yeahhhhhhhhhh
VladDrac | 29 06 2006another question... how i make a module to show a "random
VladDrac | 29 06 2006i'd like to enable gravatars in this theme. where do
Jaypee | 29 06 2006Hello again. I've had a day now to tinker (being
Maria Constantino | 29 06 2006WELL another question is.... how include a php code like <code></code> in
VladDrac | 29 06 2006I added a "Links" to the top menu nav and
Maria Constantino | 29 06 2006Even I get a 404 while previewing the theme in
Uthfull | 30 06 2006Hi all ! I must say you are giving me a
Jide | 30 06 2006I just realized (after some research) that there are already
Maria Constantino | 30 06 2006i can't put on the sidebar a random image block... how
VladDrac | 30 06 2006another: how can put a gravatars variable in the comments?
VladDrac | 30 06 2006Hey, thank you for making this web template. By
Jake | 30 06 2006Wonderfull template. I did make a few customized page templates. -A guestbook
Jeroen | 1 07 2006Hi Jeroen ! Yes i'd really like to see that and
Jide | 1 07 2006VladDrac, for the random image block, put these lines in
Jide | 1 07 2006<?php if(function_exists('pp_random_image_bare')) : ?> <h2><?php _e('Random image',TEMPLATE_DOMAIN); ?></h2> <?php pp_random_image_bare(); ?> <?php endif; ?>I cleaned up the comments a little with these <code>
Jide | 1 07 2006@Derek and Uthful: In order to preview your theme in
Quang Anh Do | 1 07 2006Thanks Quang Anh Do ! I just corrected the dumb error
Jide | 1 07 2006I just corrected the dumb error with the preview… I must have been tired when testing this on my localhost… It should work fine now, thanks.
well... i put these lines on sidebar.php but don't show the
VladDrac | 2 07 2006Jide, I've sent you an email with my customisations. Something I didn't
Jeroen | 2 07 2006Jeroen, thank you so much, i answered your email. VladDrac, are
Jide | 2 07 2006Hi, The theme is awesome! One of the best out there.
Winning Attitude | 2 07 2006I found the answer to my question a few posts
Winning Attitude | 2 07 2006jide: yeahhhh! in another theme.. put these lines in the sidebar.php and
VladDrac | 3 07 2006Hi and thanks for the fantastic theme. All looks
Richard | 3 07 2006Richard - It's in header.php. close to the bottom.
Kenny | 3 07 2006Hi all ! You are right, the email address is
Jide | 3 07 2006Hello The template is amazing, but i have just set up
Razi Shaban | 3 07 2006Hi Razi ! Just unzip the file and put the
Jide | 3 07 2006IT WORKS!!!
VladDrac | 4 07 2006well... another questions is... the freshy theme support gravatars?? if answer is
VladDrac | 4 07 2006how do i remove the text at the top of
neoian | 4 07 2006Hi I keep getting errors like : Warning: opendir(../wp-content/themes/freshy/images/menu): failed
Adam | 4 07 2006Hi Jide - Thanks for the speedy reply. Unfortunately,
Richard | 4 07 2006Hi Jide. I too want to thank you for a
Flemme | 4 07 2006... without using YammYamm :)
Flemme | 4 07 2006I have a request. Could you put it so somewhere
neoian | 5 07 2006GRAVATARS SUPPORT?
VladDrac | 5 07 2006How does one change the dark grey background? Is that
Maria Constantino | 8 07 2006Um... Could you make it so the images are not
neoian | 9 07 2006hey, do you have a paypal donation link? your theme is
bulltrader | 10 07 2006Hi Jide, It's me again. I'd like to ask you one
Quang Anh Do | 11 07 2006tag? Whenever I use it, it just affect all the theme.
Moreover, when I use a ', it automatically change to \'.I have installed the Freshly theme #10 and had a
sokari | 11 07 2006GREAT theme. I love it! One of the best I
Rushan | 11 07 2006To Sokari, I'm guessing the problem might be that you downloaded
Maria Constantino | 11 07 2006Jide, Glad to see the theme updated. However, I've done a
Dave | 12 07 2006Hello Jide, this is a great theme :) i really love
Baby Tupi | 12 07 2006Thank you for composing theme Freshy, it's very pretty. I am
Koray | 12 07 2006How do I change the color of the active page?
Ron | 12 07 2006Hello, There was an update to Wordpress Sidebar Widgets plugin recently
Maria Constantino | 13 07 2006Thanks! What a great WordPress theme you created Jide! I
Jonasson | 13 07 2006Jide, your design is awesome! IE doesn't like to display
Kendal | 14 07 2006Hello Jide, I want to create the translation to the
Guillermo | 17 07 2006Hi Guillermo ! First of all, thank you for translating the
Jide | 17 07 2006Hi all ! I'll look forward to the IE compatibility
Jide | 17 07 2006Kendal, could you send me an url where IE does
Jide | 17 07 2006First of all, I'd like to say that this is
Carly | 17 07 2006[...] kali ini pake theme buatan Jide, namanya Freshy… dan
catatan seorang arhiez » ganti theme lagi.. (duh…) | 18 07 2006Love the theme, and I've finally got somethng I'm happy
I.A.M. | 18 07 2006Hello Jide, I am Guillermo, again. I have including in
Guillermo | 19 07 2006Nice work... I'll be waiting for the next version=) Thank
roj | 19 07 2006Hiya Jide, Can we add a flash files instead
Prash | 20 07 2006I have a problem in using Ajax comment 2.0. http://www.mikesmullin.com/2006/06/05/ajax-comments-20/ the comment
WM | 20 07 2006Problem Solvedï¼the theme use dl and default use li to
WM | 20 07 2006Hello Jide, I love your theme.I wonder how make my
roj | 20 07 2006after i use the sidebar widget,i can't pass the markup
WM | 20 07 2006Hi WM ! Do you use blogroll ? there is
Jide | 21 07 2006[...] Go to the Freshy template page. Go to the
jide.fr » Freshy theme and YammYamm plugin bug corrections | 22 07 2006Hello again! I have a problem with your excellent theme
Jonasson | 22 07 2006Hey WM did you solve the problem with ajax? How
Baby Tupi | 22 07 2006hi, i don't see sidebar widgets in IE, but i
mutkan | 23 07 2006sorry, sidebar exists in IE but in the right down
mutkan | 23 07 2006someone help meee....
mutkan | 23 07 2006[...] Freshy — light, graphically heavy, top navigation [...]
Jew 2.0 » The Most Visually Inoffensive Wordpress Templates | 24 07 2006I too am interested in creating a "home page" feel
Jenkin | 24 07 2006GRAVATARS ENABLED?
VladDrac | 24 07 2006Hi Vlad ! Don't get angry ;) What is the
Jide | 24 07 2006mutkan, i'll look for your problem, but i feel like
Jide | 24 07 2006Hi Jide, Once the yammyamm plugin is install into a
Kenny | 25 07 2006when i drop the video in the sidebar, the problem
mutkan | 25 07 2006i tried kubrick theme, there were no problems in IE.
mutkan | 25 07 2006Hi, great theme Jide ! Thanx for great post ! I wanna
mlackea | 25 07 2006Kenny : Did you read carefully the YammYamm instructions ?
Jide | 25 07 2006Thanks Jide. I will give your suggestions a shot. Have
Kenny | 25 07 2006Hi again Kenny ! YammYamm does not care about this.
Jide | 26 07 2006i found the problem, i dropped the calendar in
mutkan | 26 07 2006I'm thinking about using this template for my site but
John | 27 07 2006[...] ×”×ª×‘× ×™×ª Freshy × ×•×¦×¨×” על ידי jidé. ×ª×¨×’×•× ×”×ª×‘× ×™×ª והת×מתה
â€«×ª×‘× ×™×ª בעברית: Freshy - ×“×‘×¨×™× ×§×˜× ×™× - [×ž×©×•× ×”.× ×ª]†| 28 07 2006Hi, Just dropping you a line to let you know I've
Sharon | 28 07 2006Hi Jide, Thank you for the lovely theme! I have, I
Jennifer | 29 07 2006Just a note. I am still running version 1.0 of
Jeroen | 30 07 2006Great theme, Jide! :) Just wondering … Is there any way
Michael | 30 07 2006Hey Jide, the update is awesome! One thing, though...
Carly | 30 07 2006[...] Go to the Freshy template page [...]
jide.fr » Big update of the Freshy template | 30 07 2006hi all, Can anybody teach me how to add cotegories
yanis | 31 07 2006Hi Jide - What's the easiest way to create a
Kenny | 1 08 2006Thanks for the great theme. Bear with me, I'm a
Jim symes | 1 08 2006Hi Jim ! Huh, strange... it should work. Try to
Jide | 1 08 2006Hi Jide, nice theme. But I have a problem. I'm using
Don | 1 08 2006Yes the plugin does not produce clean code. It should
Jide | 1 08 2006<p><object data="http://www.youtube.com/v/49IDp76kjPw" style="width: 401px; height: 130px" type="application/x-shockwave-flash" > <param value="http://www.youtube.com/v/49IDp76kjPw" name="movie" /></object></p>instead of :<p><object data="http://www.youtube.com/v/49IDp76kjPw" style="width: 401px; height: 130px" type="application/x-shockwave-flash" /></p> <param value="http://www.youtube.com/v/49IDp76kjPw" name="movie" />[...] codefetch Sourcecode search engine for searching the
Linkblog for Tuesday, 01 August, 2006 » Chandrasekhar Vallabhaneni | 1 08 2006Yipee!! Thanks for the update. Will let you know if
Uthfull | 1 08 2006Not sure how to delete the cache. The wordpress forums
Jim | 1 08 2006Thank you for the update (and for putting in the
Jennifer | 2 08 2006