how to get the template homepage back on storefront? - wordpress

I installed storefront and at the end I untick the default homepage so it didn't create that page. So once the starter guide of storefront is over how can I get that default homepage back?
I tried deleting and installing the theme again but somehow that starter guide doesn't show up again.
I really want the layout of the default template, is there anyway I can get it back?

You need to assign the homepage template to a page.
Go to Dashboard > Pages > All Pages
Click on Add New to create a page
On the right you will find a box title Page Attributes
Select Homepage from Template
Click on Publish.
Now if you want to show this page as your homepage, go to Settings > Reading and make sure A static page (select below) is selected. Select the the page you've created earlier. Then click on Save Changes.

Related

Publish front page in Wordpress without the slug "home"

I have a front page with the slug "home," It works just fine if I go to www.mydomain.com/home. I'm getting "Page not found" for www.mydomain.com. I want to remove the slug "home" from my page so that I will be able to see it on www.mydomain.com.
I've tried to go to customize -> Homepage settings and set my page as a static page, but it didn't work. I also tried to go to Settings-> Reading and define it from there. How can I make it works?
You can assign your page from here:
Settings->Reading
and then you can see the
Home Page Displays
section. In this section you need to select the A Static Page(Select Below) option. In the dropdown you need to select the value Home (the page you would like to display as the Home page display).
After making changes you can click on the Save button.
[screenshot for reference]:

Woocommerce - Empty product list on homepage

I am trying to set my shop page as a homepage for site. It's an easy action in wp-admin. The problem that I am getting message No products were found matching your request.
At the same time everything OK on shopPage.
I've tried to play with visibility, categories, attributes but still can't customize them properly. I believe, there should be some settings I've missed.
Homepage set to shop page - http://52.58.27.104/
Usual shop page - http://52.58.27.104/shop
Edit
Setting->Reading
WooCommerce->Settings->Products
Settings->Permalinks
Usually to change the page that shows as default you should login to the admin panel then go to Settings -> Reading -> Static Page and from there pick your site. If that's the way you did it then that will remove the extension off your page like the www.site.com/shop will be www.site.com which now means woocomerce is trying to find a /shop section. You have to change the woocomerce section to select the new page that the items are located. Either one by one or through the woocomerce general settings.
Hope that helps

Default Homepage of Demo can't be overided

I have installed the Virtue wordpress theme and when i want to override the default front page of the demo with the one customized by me, the default homepage keeps on coming back. What do I do?
Go to the dashboard > Settings > Reading
Should be under this link : http://yoursite/wp-admin/options-reading.php
Find Your homepage displays from reading settings and check the option static page (select below) then from Homepage select the page that you want to display as your home page, then save.

Where is storefront home page content

I just started to do a small project on storefront theme and I am able to remove, reorder homepage sections but I am trying to find where the actual functions located
would someone guide me where I can find the actual function for example storefront_homepage_content
1st you go to WordPress dashboard then see left sidebar and find setting tab then mouse hover on setting and click on reading.
now select a static page radio button then see your home page name.that name is your page name.
now go to pages and find same name page and click on edit.
now you able to change to your home page section.

How to show custom page as Wordpress theme home page instead of index.php

I would like to show a custom page when activate my theme with an Enter link instead of posts in the content area and also need to show same header, sidebar and footer as other pages. When click on the Enter our blog works same as other thems.Please help me.
I would create the page that you want to use as the index page in your wordpress admin panel. Then go to Readings Settings, and select Static Page, then select the new page you just created in the drop down menu to set it as the front page. Click Save Changes and the new index page will now be the first thing that visitors see when they go to your site. Does that solve your problem?

Resources