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!
Thanks! I know what a nightmare keeping up with these things can be… but if you do find a fix, that would be fantastic.
Thanks again for all your work. And Happy New Year!