By jeeremie
As promised, I finally release Yoghourt V1.0. Nothing really different in this version but it is now valid XHTML & CSS. Enjoy!
Nick reported a problem with the search box. He said there were some yellow blocks surrounding the search box. As I don’t see this problem in my browsers, I can’t fix it by myself. However, I noticed I had made a mistake in the search form and changed it. Maybe it will make the trick. Does someone else had noticed this bug?
DOWNLOAD YOGHOURT | visit my website for more info>>
By Jeeremie
I am glad to release my first Wordpress theme based on the template Yoghourt!
You are now on the Demo page of this Wordpress theme.

While beta, I need your feedbacks to improve this template so it would be nice if you could leave a comment and tell me whether you like it or not.Thanks in advance.
By jeeremie
This theme is released under the Creative Commons Attribution v2.5. This means that you are free:
- to copy, distribute, display, and perform the work
- to make derivative works
- to make commercial use of the work
Under the following conditions:
- You must attribute the work in the manner specified by the author or licensor. (In this case, leaving the link to my site at the bottom of the page).
- For any reuse or distribution, you must make clear to others the license terms of this work.
- Any of these conditions can be waived if you get permission from the copyright holder (that’s mean, me!)
By jeeremie
I will explain how to customize the Yoghourt Template.
Changing Logo (sidebar.php):
To change the logo, open the sidebar.php ( /wp_content/themes/yoghourt/sidebar.php) in a text editor (i.e: Notepad) and edit this line to link to your image:
<img src="wp-content/themes/yoghourt/images/logo.jpg" alt="Home" />
…or name your image “logo.jpg” (must be a jpg image) and save it in /wp_content/themes/yoghourt/images/ (you will be prompted to replace logo.jpg).
Editing the Author Section (sidebar.php):
To edit this section, open sidebar.php in your favorite web editor and find the comment <!– Author –>. Change the photo for one of your own and talk a little about yourself
Adding items to the main Menu (sidebar.php):
The sidebar menu features one link: About
To add more links, open the sidebar.php ( /wp_content/themes/yoghourt/sidebar.php) in a text editor (i.e: Notepad). Copy and paste:
<li><a href="<?php echo get_permalink(2); ?>" title="<?php _e('About'); ?>"><?php _e('About'); ?></a></li>
-Remember to edit your link title and the destination of your link within href=” “.
Editing the header:
Open “index.php” (/wp_content/themes/yoghourt/index.php) if you want to edit the following lines:
“Yoghourt v1.0
Brought to you by Web-Kreation
Download the latest version here
This template is released under the Creative Commons Attribution v2.5.”