[wp-trac] [WordPress Trac] #16041: Posts index page shows incorrect page title
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 1 22:26:45 UTC 2011
#16041: Posts index page shows incorrect page title
-----------------------------------------+-----------------------
Reporter: daltonrooney | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.1
Component: General | Version: 3.1
Severity: normal | Resolution:
Keywords: has-patch reporter-feedback |
-----------------------------------------+-----------------------
Comment (by ninnypants):
Replying to [comment:8 SergeyBiryukov]:
> Can't reproduce the issue with `next_posts_link()` on Twenty Ten. Do you
use custom queries in your theme?
Yeah I use a custom query to exclude a category. Works in 3.0.4 but not in
3.1-RC1-17163
This is the query I use:
{{{
query_posts($query_string.'&cat=-60');
}}}
I also tried using
{{{
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts($query_string.'&cat=-60&paged='.$paged);
}}}
to see if it was a paging issue but there was no change.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16041#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list