• 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

Altitude Pro – Show More Products with more Columns

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 › Design Tips and Tricks › Altitude Pro – Show More Products with more Columns

This topic is: not resolved

Tagged: prodcuts, WooCommerce

  • This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by theopenbottle.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • April 10, 2020 at 8:37 pm #497895
    theopenbottle
    Participant

    Is it possible to increase the amount of products displayed on a category page? Right now we're displaying 30 products in a 3x10 grid, but is it possible to change that to a 5x10 grid to display 50 products?

    It's okay if the images and product titles are smaller

    http://theopenbottle.com/shop
    April 11, 2020 at 1:45 pm #497900
    AnitaC
    Keymaster

    That would be a function of WooCommerce and not the theme - https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/. That should help you.


    Need help with customization or troubleshooting? Reach out to me.

    April 11, 2020 at 3:17 pm #497904
    theopenbottle
    Participant

    Thanks for the reply Anita. I put the following code in my child theme's functions.php.

    /**
     * Change number of products that are displayed per page (shop page)
     */
    add_filter( 'loop_shop_per_page', 'new_loop_shop_per_page', 50 );
    
    function new_loop_shop_per_page( $cols ) {
      // $cols contains the current number of products per page based on the value stored on Options -> Reading
      // Return the number of products you wanna show per page.
      $cols = 5;
      return $cols;
    }

    Here is the screenshot of how the products show after: https://i.imgur.com/lCo68gA.png

    It seems like $cols actually dictates how many products are displayed (5 in this case).

    April 15, 2020 at 11:44 am #497979
    theopenbottle
    Participant

    Any thoughts on this?

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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