• There appears to be room for 12 images/posts per page but only 10 are appearing on my blog. Can I edit this setting in the theme editor? I’ve never done that before and am not even sure where to look.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi ednickow,

    You just have to go to Settings > Reading, and choose:

    Blog pages show at most: 12

    Thread Starter ednickow

    (@ednickow)

    Of course. Thanks for the reminder.

    This is what happens when I don’t make any changes to my blog for a couple of years and never used a grid layout. I just forget the basics.

    All better now.

    Gentlemen I need your help.

    The website im working on is.

    $loop = new WP_Query( array( 'post_type' => 'translations', 'posts_per_page' => '12', 'category_name' => single_cat_title('', false), 'paged' => get_query_var('page') ) );
    
    wp_pagenavi( array( 'query' => $loop ) );

    The pages show but when I click the last button, it shows 404 error.

    I have a blog page separate from home page; Settings has Blog pages show at most 9 posts; I have 4 posts, but only the last 3 appear on the blog page … what am I doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Number of posts per page’ is closed to new replies.