• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

No. or listings on arhive page

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › No. or listings on arhive page

This topic is: resolved
  • This topic has 2 replies, 2 voices, and was last updated 3 years, 1 month ago by chikamiku.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • January 21, 2020 at 7:43 am #496077
    chikamiku
    Participant

    I am using the AgentPress Pro theme for one of my websites. The listings archive page I am developing is just two rows of listings having 6 listings in total. Is there any way for me to change the number of rows and no. of listings on the page? The URL is as follows.
    https://www.halaljapan.com/listings/

    Thanks

    January 28, 2020 at 5:26 pm #496279
    Marcy
    Participant

    You can change the number of listings on the archive page by adding this to functions.php

    // Change number of posts on Community Archive to 16.
    add_action( 'pre_get_posts', 'awd_listings_archive_posts' );
    function awd_listings_archive_posts( $query ) {
    
    	if ( $query->is_main_query() && ! is_admin() && is_post_type_archive( 'listing' ) ) {
    
    		$query->set( 'posts_per_page', '12' );
    	}
    }

    Change the posts_per_page to be whatever number you would like to have on the archive page.


    Marcy | Amethyst Website Design | Twitter

    January 30, 2020 at 12:30 am #496300
    chikamiku
    Participant

    Thank you so much. It was like a piece of cake.

    Regards

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No. or listings on arhive page’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble