• I’m looking at the rewrite.php file.

    I would like a workaround to use ?paged=2 type of links instead of /page/2/.

    Usually ?paged=2 links are only used for when the rest of the permalink structure is using the “ulgy” ?p=105 kind of page permalinks.

    The reason I would like to force WordPress to use ?paged=2 instead of /page/2/ is so that I can use the Toplevel Category Plugin so that I do not need to use a category base. I posted about that here: http://wordpress.org/support/topic/129983?replies=6

    I am willing to pay $25 using Paypal to whomever knows how to edit rewrite.php to force WordPress to use ?paged=2 instead of /page/2/ for paging no matter what the rest of the permalink structures are.

    I believe this workaround would also solve it for all the other people who are interested to remove the category base in permalinks at http://wordpress.org/extend/ideas/topic.php?id=359&replies=25

Viewing 1 replies (of 1 total)
  • If you are using WordPress 2.3.x (for older versions you should change other line), replace line 484 of wp-includes/link-template.php with:
    if ( true || !$wp_rewrite->using_permalinks() || is_admin() ) {

    However, what permalink structure are you using?
    I don’t have any problem using /%postname% .html as the permalink structure.

Viewing 1 replies (of 1 total)
  • The topic ‘?paged=2 instead of /page/2/’ is closed to new replies.