Sort by Post Title – Patch
-
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>
- The topic ‘Sort by Post Title – Patch’ is closed to new replies.