Blog Posts Limit

  • Posted in : cvCard WP
  • xphong
    Participant

    Is there a way to limit the amount of posts that show up?

    Mehmet S.
    Keymaster

    Hi, you can limit them from reading settings.

    – WP admin > settings > reading > Blog pages show at most.

    Thanks

    xphong
    Participant

    I meant on the front page (#/blog). It still shows all of the blog posts.

    Mehmet S.
    Keymaster

    Ok,

    – go to: Appearance > Editor > functions.php

    – find:

    $args_post = array( 'post_type' => 'post', 'posts_per_page' => -1 );
    

    – edit:

    $args_post = array( 'post_type' => 'post', 'posts_per_page' => 8 );
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register