• My WP-paginate setting: Page Range, page anchors etc are not working. The pagination is working well, but when there are a hight number of pages in the pagination it goes on to 2 lines. I am using a ‘page’ for a home page and index.php is the main blog posts list page. I am using the following query:
    <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;query_posts('cat=-9,-8&posts_per_page=1&paged=' . $paged); ?>

    And even tried over riding the setting with
    <?php if(function_exists('wp_paginate')) {wp_paginate('range=2&anchor=2');} ?>

    Thanks in advance for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Having this problem too. Neither the settings set in wp-admin nor settings set in the template tag are taking effect.

    I’m not sure what is going on here, but WP Paginate has worked fine for me for the past seven months. However, now that I have upgraded to OS X Lion, and migrated our entire setup over to MAMP Pro, both WP Paginate and Yoast Breadcrumbs have stopped working. In fact, my Google+ and Facebook buttons are dead in the water as well. It could be that I simply screwed up something, but at this point, I am not certain of this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Settings not working’ is closed to new replies.