With most of the work focused on the backend for WP 2.6, I’m kind of glad that there’s not much changes in the code on the theme side. In fact you can safely ignore the new codes and use your existing theme without any modifications. The changes are as below.
Note: WP 2.6 RC2 vs WP 2.5.1
1) comments.php – indicates whether the Name and Mail fields are required, mainly for browsers that support ARIA-Accessibility Rich Internet Applications
line 81:
<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />line 84:
<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
2) style.css – a new css class “.hidden”, which is used only once in searchform.php (see item 3 below)
line 619:
.hidden {
display: none;
}
3) searchform.php – hidden for future use?
line 2:
<label class="hidden" for="s"><?php _e('Search for:'); ?></label>
What's Next?
»» Subscribe to Feed
» Leave a Comment
Related Posts:
» WP Theme: Bulbs
» WP Theme: Store
» WP Theme: eShop
» Newer Post: WP Theme: ClassiPress for Classifieds
« Previous Post: Theme Bugfix: TechnoHolic, SoftwareHolic, GenkiTheme (Fixed Width)














Hi,
I’m using your GREAT genki theme. I upgraded to wp 2.5 and then to 2.6 and for some unknown reason, the previous entries link at the bottom of the main site (index or page 1) doesn’t take the readers to page 2 anymore…The link changes its behavior, I posted it to wordpress.org forums, and no reply. I wonder if it’s a WP problem, or the server’s…
I’d appreciate if you could help me on this. I don’t want to change my permalink to default, which is when it does work…
Thank you!
Elena (Valencia, Spain)
Hmm.. either the problem lies with the permalink or htacccess file. What’s your permalink structure? Can you also copy and paste the content of your htaccess file here.
Thanks for the post
I saw your premium themes and I really love them.Although, i cant afford to buy one..lol..I hope you can provide a free download for any of those…hehe..Cheers
nice to see you, which theme in word press will help you, is any special things like SEO effective are there???
Thanks, very useful. Because after version update is difficult to change everything!