• Hello everybody. I am new to wordpress and i have built a website http://www.malleecountrycrafts.com.au/ in this website there is a ShopNow link and in this link there are subpages where products are showing. So i am want to make a shop page on which i will show all subpages name and their respective description in short. and 4 images from that page.

Viewing 1 replies (of 1 total)
  • @shreesharma4,

    I believe by “subpages” you’re referring to product categories.

    First, you have a built-in “shop” page: http://www.malleecountrycrafts.com.au/shop/

    This currently shows all PRODUCTS, but you can set it to show CATEGORIES & SUBCATEGORIES only, or both (ie both PRODUCTS and PRODUCT CATEGORIES & SUBCATEGORIES). To do this, go to WOOCOMMERCE => SETTINGS => PRODUCTS => DISPLAY.

    Alternatively, I believe there is a shortcode that you can drop into any WordPress page to display all categories — though I can’t remember it offhand now. Try:

    [product_categories parent=”0″]

    This should list all top level categories.

    Google “Woocommerce shortcodes” for display options for this particular shortcode, and other shortcodes available.

    EDIT: Sorry, I forgot about the 4 images part. I don’t think there’s any configuration option for that — you’ll have to create a custom page and do a custom loop. See the Woocommerce documentation here: http://docs.woothemes.com/documentation/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • The topic ‘Make a summary page of all product pages.’ is closed to new replies.