• Skip to primary navigation
  • Skip to main content

Genesis Community

Resources for Genesis WordPress Theme Users

  • Facebook
  • Twitter
  • Slack
  • Wiki
  • Login
You are here: Home / Wikis / WordPress / Fixed number of posts without pagination

Fixed number of posts without pagination

if ( $query->is_main_query() && ! is_admin() && $query->is_post_type_archive( 'portfolio' ) ) {
        $query->set( 'posts_per_page', 12 );
        $query->set( 'no_found_rows', 'true' );
    }

Posted by: Sridhar Katakam Category: WordPress Tags: pre_get_posts

« Post Count
Add class to first post »

Copyright © 2026 · Genesis Sample on Genesis Framework · WordPress · Log in