test
H2
aaaaaaaaaaaaaaaa
H3
bbbbbbbbbbbbbbbbbb
H4
ccccccccccccccccccc
My So-Called Life
Today we went to the kindergarten Shun will go from next April. Our school year begins in April in Japan, and Shun will go to the kindergarten for 2 years from nex April. In Japan, some go to kindergarten for 3 years or for 2 years and others don’t, but go to nursery school. There were some choices of kindergarten for us but we chose the public kindergarten that provides school lunch and only has 2 year nurture. Of course we can choose 3 year nurture one and go only for 2 years but I think this one is the best for him.
We went there for physical checkups and ordering school wears.
“Sunshine on a cloudy day” is the name of my newest WordPress theme. I made this for my Japanese site and then added some minor changes and uploaded to this site. I changed the header image a little to distinguish these 2 sites.
I don’t know about PHP and sometimes find difficulty with English, but I created this based on “Almost Spring” theme from Becca with informations of WP support forum and codex.
First, I created home.php for my HOME, and 5 category templates as category-x.php(x is the category ID) for my 5 main categories, “Daily Life”, “Web”, “Languages”, “Travel” and “House”. Each category has some child categories that follows the category.php that shows the posts as title list. I use Custom Query String plugin to show the different numbers of post titles from category templates.
In home.php, I use 2 Loops, 1 is for “Latest Updates” and the other for “Announcement” with query post, and the other posts (those on sidebar and message with welcome photo) are shown with the plugin wordpress asides coldforged style. I am using 2 loops because I wanted to have “NEW!” with the new posts.
<?php if ((time() - get_the_time('U')) / (60*60*24) < 3)
{ echo "<font color=\"#dd0000\"><small>NEW!</small></font>"; } ? >
With this code above, “NEW!” will be shown with the posts posted within 3 days with colored (#dd0000) small font. Thanks sasa for this useful trick.
I only included 5 main categories and their child categories in the “Latest Updates” on HOME. To make this possible, I use the plugin Front Page Categories that also can exclude categories.
I just restart my english site. I almost finished my new theme but it is not perfect yet. I decided to leave my old entries and add more new as frequently as I can.
Finally I upgraded to WordPress 1.5 and created a new theme. This is based on Almost-spring from Beccary and some design ideas from MX4. I am not good at CSS and it took long time to reach this.