Alex Jin
Alex Jin

Reputation: 249

Make shop page as home page in wordpress

I've installed a aio theme and woocommerce plugin.

I can see products in /shop, but I want to see this on the homepage. But the problem is that if I make it as a home page in Settings->Reading, it shows nothing.

Upvotes: 6

Views: 22128

Answers (1)

Tarun Mahashwari
Tarun Mahashwari

Reputation: 358

METHOD #1:

It is the easy as well as simple method, it is as follows:

Add [products] shortcode to your existing home page, update it and its done.

If you need additional customization you can take help from this official link from WooCommerce

METHOD #2:

Follow these steps:

Step #1: create a New Page, Give it a suitable Title (like: shop).

Step #2: This is the important step, here you need to make sure that the permalink of this page must be like: http://YOUR-DOMAIN-NAME/shop/

Here YOUR-DOMAIN-NAME refers to your own website URL

Step #3: Now go to Settings->Reading Select the above created Page as the Front page. save settings.

Step #4: visit your website.

Upvotes: 13

Related Questions