• On my shop page, ten items are displayed (in rows of 4, so the last row only has 2 items which looks goofy). How can I increase the number of products that are displayed?

    Also, can I select which categories are displayed on the shop page? I have lower value products that I don’t want to be featured prominently.

    UncreativeChef.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • I use this to change how many to show.

    // Display products per page
    add_filter(‘loop_shop_per_page’, create_function(‘$cols’, ‘return 32;’));

    Thread Starter garinetch

    (@garinetch)

    Thanks for the suggestion daileycon. I’m using Headway Themes, so I entered your code in the live CSS editor for my shop page and nothing happened.

    Add it to your functions.php file not css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing number of products displayed at a time in the shop’ is closed to new replies.