Categories

Featured templates

WooCommerce. How to set the number of products displayed on the home page

Amina Freinger December 22, 2014
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial is going to show you how to set the number of products displayed on the home page in WooCommerce templates.

WooCommerce. How to set the number of products displayed on the home page

WooCommerce templates usually use shortcodes to display products on the home page. If you want to change the number of home page products, perform the following steps:

  1. Log into WordPress admin panel and open your home page under the Pages menu:

    WooCommerce_set_number_of_products_on_the_home_page1

  2. In the Text area find the similar shortcode:

    [featured_products per_page="4" columns="4" orderby="date" order="desc" description="false"]

    This shortcode displays products which have been set as "featured". In this shortcode you can edit number of product (per_page=”4″), number of columns (columns=”4″), sort retrieved posts by parameter (orderby=”date/title/popular/random”), change sort order for products (order=”desc/asc”) and enable/disable the product description (description=”false/true”).

    For example, if you want to display 8 post on the home page, the edited shortcode will look the following way:

    [featured_products per_page="8" columns="4" orderby="date" order="desc" description="false"]
  3. Click Update button in the right column to save changes on the page:

    WooCommerce_set_number_of_products_on_the_home_page2

  4. Now we should set more products as "featured". Navigate to Products menu, select the product that you want to see on the Home page and click star icon opposite the product name. Please, check the screenshot below:

    WooCommerce_set_number_of_products_on_the_home_page3

  5. Refresh the page to check the changes on your site. You can see the number of products displayed on the home page was changed successfully.

Feel free to check the detailed video tutorial below:

WooCommerce. How to set the number of products displayed on the home page

Cool Themes for Wordpress
This entry was posted in WooCommerce Tutorials and tagged home, number, products, set, WooCommerce. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket