Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 393
Alex Jin Avatar asked Sep 12 '15 10:09

Alex Jin


People also ask

How to make a homepage in WordPress?

WordPress allows you to easily use any page on your website as your homepage. You can simply go to Pages » Add New page inside WordPress admin area to create a new page. Let’s give this page a title ‘Home’ and publish it.

How to create a shop Page in WordPress?

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/ Step #3: Now go to Settings->Reading Select the above created Page as the Front page. save settings. Step #4: visit your website.

How do I set a homepage?

Create a new page and add some content to display. After publishing this page, you can set it as a homepage by navigating to the Settings then Reading. You will then check ‘ A static page ’ and then select the created homepage from the ‘ Home page ’ dropdown. After you save the changes, they will automatically be reflected on the front-end.

Why should you change your WordPress homepage?

In other words, there’s no shortage of reasons to change your WordPress homepage. If you don’t want to display your blog posts on your website’s front page, you can set a ‘static’ homepage instead. A static page shows content that doesn’t change frequently. On your WordPress site, you can have a homepage as well as a separate blog page.


1 Answers

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.

like image 109
Tarun Mahashwari Avatar answered Sep 30 '22 17:09

Tarun Mahashwari