Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Felt

    (@jeremyfelt)

    Can you describe the issue in more detail? Is there an issue with the plugin or are you trying to use that code separately? Thanks!

    Hey – I just came across an issue where an update overrode my ability to have individual page queries override the Custom Posts Per Page plugin – and it was a matter of changing

    <?php if (have_posts()) : query_posts(‘posts_per_page=10&offset=1′); ?>

    to

    <?php if (have_posts()) : query_posts(‘showposts=10&offset=1′); ?>

    …if it helps at all.

    Thanks for a great plugin, Jeremy!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Posts Per Page] does not working option’ is closed to new replies.