[wp-trac] Re: [WordPress Trac] #6603: bad next_posts_link when
using a Static Front Page and custom permalink structure.
WordPress Trac
wp-trac at lists.automattic.com
Mon Apr 7 22:58:34 GMT 2008
#6603: bad next_posts_link when using a Static Front Page and custom permalink
structure.
---------------------+------------------------------------------------------
Reporter: robanna | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.5.1
Component: General | Version: 2.5
Severity: major | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by ryan):
Look at line 1002 of wp-includes/rewrite.php.
http://trac.wordpress.org/browser/tags/2.5/wp-includes/rewrite.php#L1002
Change that line from this:
{{{
$this->use_verbose_page_rules = false;
}}}
to this:
{{{
$this->use_verbose_page_rules = true;
}}}
Change false to true. With that done, go to the Settings->Permalinks page
and click "Save Changes". Does that help? If so I can create a plugin
that does that for you. I'll try to fix this properly for 2.5.1, but
given that this setup works more by accident than design a proper fix
might be difficult.
--
Ticket URL: <http://trac.wordpress.org/ticket/6603#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list