{"id":6769,"date":"2021-06-10T12:07:14","date_gmt":"2021-06-10T12:07:14","guid":{"rendered":"https:\/\/expertwebtechnologies.com\/?p=6769"},"modified":"2025-01-21T11:18:20","modified_gmt":"2025-01-21T11:18:20","slug":"how-to-change-the-number-of-products-on-shop-page-in-woocommerce","status":"publish","type":"post","link":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/","title":{"rendered":"WooCommerce : How to change the number of products on shop page in woocommerce."},"content":{"rendered":"\n<h1>WooCommerce : How to change the number of products on shop page in woocommerce.<\/h1>\n<div>\n<p>WooCommerce is one of the most powerful e-commerce plugin for WordPress.And what i love with WooCommerce is that there\u2019s an API for nearly everything.There are almost Hooks and filters For Every Customization work.<\/p>\n<p>In order to change the number of products per page on shop page, you have to use <code style=\"color: seagreen;\">'loop_shop_per_page'<\/code> hook.<\/p>\n<p>In our example, we set number of products per page to 10. If you want a different number, just change Return value.<br>\n<code style=\"color: black; background: #d3d3d338;\"><br>\nfunction change_WC_products_per_page() {<br>\nreturn 10;<br>\n}<br>\nadd_filter( 'loop_shop_per_page', 'change_WC_products_per_page', 20 );<br>\n<\/code><\/p>\n<p>Enjoy<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>WooCommerce : How to change the number of products on shop page in woocommerce. WooCommerce is one of the most powerful e-commerce plugin for WordPress.And what i love with WooCommerce is that there\u2019s an API for nearly everything.There are almost Hooks and filters For Every Customization work. In order to change the number of products [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":17105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,35,36],"tags":[],"class_list":["post-6769","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-woocommerce","category-woocommerce-hooks","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Change the Number of Products on Shop Page in Woocommerce<\/title>\n<meta name=\"description\" content=\"Learn how to change the number of products displayed on the shop page in WooCommerce. Follow our easy step-by-step guide to customize your store layout effortlessly!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Change the Number of Products on Shop Page in Woocommerce\" \/>\n<meta property=\"og:description\" content=\"Learn how to change the number of products displayed on the shop page in WooCommerce. Follow our easy step-by-step guide to customize your store layout effortlessly!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\" \/>\n<meta property=\"og:site_name\" content=\"EoXys IT\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-10T12:07:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-21T11:18:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"420\" \/>\n\t<meta property=\"og:image:height\" content=\"280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Shiv kumawat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shiv kumawat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\"},\"author\":{\"name\":\"Shiv kumawat\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/534245eb0e092114ff5b6d0d877af61e\"},\"headline\":\"WooCommerce : How to change the number of products on shop page in woocommerce.\",\"datePublished\":\"2021-06-10T12:07:14+00:00\",\"dateModified\":\"2025-01-21T11:18:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\"},\"wordCount\":102,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp\",\"articleSection\":[\"Woocommerce\",\"Woocommerce Hooks\",\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\",\"url\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\",\"name\":\"How to Change the Number of Products on Shop Page in Woocommerce\",\"isPartOf\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp\",\"datePublished\":\"2021-06-10T12:07:14+00:00\",\"dateModified\":\"2025-01-21T11:18:20+00:00\",\"author\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/534245eb0e092114ff5b6d0d877af61e\"},\"description\":\"Learn how to change the number of products displayed on the shop page in WooCommerce. Follow our easy step-by-step guide to customize your store layout effortlessly!\",\"breadcrumb\":{\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage\",\"url\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp\",\"contentUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp\",\"width\":420,\"height\":280,\"caption\":\"Web Development\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eoxysit.com\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WooCommerce : How to change the number of products on shop page in woocommerce.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#website\",\"url\":\"https:\/\/eoxysit.com\/blogs\/\",\"name\":\"EoXys IT\",\"description\":\"Digitise your business\",\"alternateName\":\"Eoxys It\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eoxysit.com\/blogs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/534245eb0e092114ff5b6d0d877af61e\",\"name\":\"Shiv kumawat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png\",\"contentUrl\":\"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png\",\"caption\":\"Shiv kumawat\"},\"description\":\"\\\"Shiv kumawat is the Executive Director and CEO of Eoxys It Solution LLP and the strategic mind behind the company\\\"s growth. His expertise in operational efficiency and team leadership empowers his colleagues to excel and innovate.\u201d\",\"sameAs\":[\"https:\/\/eoxysit.com\/\"],\"url\":\"https:\/\/eoxysit.com\/blogs\/author\/shivkumawat1985\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Change the Number of Products on Shop Page in Woocommerce","description":"Learn how to change the number of products displayed on the shop page in WooCommerce. Follow our easy step-by-step guide to customize your store layout effortlessly!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/","og_locale":"en_US","og_type":"article","og_title":"How to Change the Number of Products on Shop Page in Woocommerce","og_description":"Learn how to change the number of products displayed on the shop page in WooCommerce. Follow our easy step-by-step guide to customize your store layout effortlessly!","og_url":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/","og_site_name":"EoXys IT","article_published_time":"2021-06-10T12:07:14+00:00","article_modified_time":"2025-01-21T11:18:20+00:00","og_image":[{"width":420,"height":280,"url":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp","type":"image\/webp"}],"author":"Shiv kumawat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shiv kumawat","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#article","isPartOf":{"@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/"},"author":{"name":"Shiv kumawat","@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/534245eb0e092114ff5b6d0d877af61e"},"headline":"WooCommerce : How to change the number of products on shop page in woocommerce.","datePublished":"2021-06-10T12:07:14+00:00","dateModified":"2025-01-21T11:18:20+00:00","mainEntityOfPage":{"@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/"},"wordCount":102,"commentCount":0,"image":{"@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp","articleSection":["Woocommerce","Woocommerce Hooks","WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/","url":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/","name":"How to Change the Number of Products on Shop Page in Woocommerce","isPartOf":{"@id":"https:\/\/eoxysit.com\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage"},"image":{"@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp","datePublished":"2021-06-10T12:07:14+00:00","dateModified":"2025-01-21T11:18:20+00:00","author":{"@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/534245eb0e092114ff5b6d0d877af61e"},"description":"Learn how to change the number of products displayed on the shop page in WooCommerce. Follow our easy step-by-step guide to customize your store layout effortlessly!","breadcrumb":{"@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#primaryimage","url":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp","contentUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2021\/06\/Rectangle-86-1.webp","width":420,"height":280,"caption":"Web Development"},{"@type":"BreadcrumbList","@id":"https:\/\/eoxysit.com\/blogs\/how-to-change-the-number-of-products-on-shop-page-in-woocommerce\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eoxysit.com\/blogs\/"},{"@type":"ListItem","position":2,"name":"WooCommerce : How to change the number of products on shop page in woocommerce."}]},{"@type":"WebSite","@id":"https:\/\/eoxysit.com\/blogs\/#website","url":"https:\/\/eoxysit.com\/blogs\/","name":"EoXys IT","description":"Digitise your business","alternateName":"Eoxys It","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eoxysit.com\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/534245eb0e092114ff5b6d0d877af61e","name":"Shiv kumawat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eoxysit.com\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png","contentUrl":"https:\/\/eoxysit.com\/blogs\/wp-content\/uploads\/2025\/03\/CEO-150x150.png","caption":"Shiv kumawat"},"description":"\"Shiv kumawat is the Executive Director and CEO of Eoxys It Solution LLP and the strategic mind behind the company\"s growth. His expertise in operational efficiency and team leadership empowers his colleagues to excel and innovate.\u201d","sameAs":["https:\/\/eoxysit.com\/"],"url":"https:\/\/eoxysit.com\/blogs\/author\/shivkumawat1985\/"}]}},"_links":{"self":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/posts\/6769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/comments?post=6769"}],"version-history":[{"count":0,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/posts\/6769\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/media\/17105"}],"wp:attachment":[{"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/media?parent=6769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/categories?post=6769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eoxysit.com\/blogs\/wp-json\/wp\/v2\/tags?post=6769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}