• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Adventures Online

WordPress Consulting and Services

  • Home
  • Services
    • SEO Program for High Performers
    • WordPress Coaching
    • SEO Audits
    • WordPress Upgrades Package
    • WordPress Website Development
    • Special Projects: Custom Programming
  • Clients
    • Client Success Stories
  • Blog
  • About
    • Meet Karen Callahan
    • Speaking
  • Contact
    • 508-480-8833
You are here: Home / WooCommerce / 3 Ways to Change Products per Page in WooCommerce

3 Ways to Change Products per Page in WooCommerce

August 19, 2015 / by Karen Callahan /

  1. WooCommerce products are saved to ‘post’ pages, so, from WordPress’ perspective, it just wants to know how many “posts” to display per page. Go to Settings, Reading and change the number of Posts to display per page (“Blog pages show at most”). Changing this number affects all instances of posts per page, so, if you are also hosting a blog at the website and want a different number of posts per page for products and another for blog posts, use one of the solutions below.
  2. Non-Techies: Install a plugin. One is WooCommerce Products per Page
  3. Techs can edit the functions.php file and one line of code at the bottom:
    // Display 36 products per page
    add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 36;' ), 20 );

Filed Under: WooCommerce

Previous Post: « Hopkinton Lumber Launches a new Responsive WordPress Website
Next Post: 2015 WordCamp Rhode Island – Sept. 25 & 26 »

Primary Sidebar

Connect with Karen

  • Email
  • Facebook
  • Instagram
  • LinkedIn

The more you know…

Email(Required)

Copyright © 2026 · Adventures Online · All rights reserved.       Privacy Policy