I just noticed that archive pages always show 25 posts per page and
don't change with the "Blow pages show at most:" setting in WordPress
under Reading Settings. The home page and subsequent pages DO
correspond to that setting but not the archive pages. I've tried
looking for some setting that stipulates 25 posts but I haven't yet
found anything. Is there a way to change the number of posts to be
displayed on archive pages to something OTHER than 25?
Thanks.
The best way to 'fix' this issue is to remove the
cfct_posts_per_archive_page function.
Just add this to your functions.php file and you'll be good.
remove_action('pre_get_posts', 'cfct_posts_per_archive_page');
Unrelated but here's another action I remove:
remove_action('admin_menu', 'cfct_admin_menu');
--
To unsubscribe, reply using "remove me" as the subject.
On Apr 5, 10:20 pm, Kai Pan <kai....@gmail.com> wrote:
> I'm using Carrington JAM, not Blog, but I imagine Carrington Blog should
> have the appropriate admin page for you to control the number of posts
> displayed. Check under the Appearance menu or something. There should be a
> big page of options for you.
>