Hello.
Is there any way to add Thumbnails on posts?
Thanks.
]]>This patch adds a possibility to sort by post title:
152a153,155
> case ($orderby == 'title'):
> $sticky_posts_d[$s->post_title] = $s;
> break;
345a349
> <option value="title" <?php if ( $orderby_single == 'title' ) echo 'selected="selected"'; ?>>Title</option>
359a364
> <option value="title" <?php if ( $orderby_cat == 'title' ) echo 'selected="selected"'; ?>>Title</option>
]]>
This plugin is fantastic. I am using it as a secondary menu and would like to add the functionality of the post title being highlighted in the menu when that post is being displayed.
How would one go about adding a class to the Category Content link that matches the current page like current_page_item for the WP menu?
]]>