- This topic has 5 replies, 2 voices, and was last updated 8 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › How to add content from /'home' to front page?
Instead of feeding blog post to the front page I would like to have the current content locate in the ‘/home’page populated below the featured widgets/slider/etc. Any assistance is greatly appreciated!
Do you want homepage like as following?
Slider
Content of page set as homepage
Widgets Set As:
home top = flex slider, enews extended
home middle = feature 1, feature 2, feature 3, hompage banner, cta
home left = nothing
home right = nothing
‘Home’ (via customizing) set for front page
1. Open front-page.php file.
2. Add following code above genesis() tag. See attached screenshot.
add_action( 'genesis_loop', 'genesis_standard_loop', 20 );
P.S. After this, go to “Reading Settings”, select “A Static page” option and then select specific page from drop down box next to “Front Page”.
Perfect, thanks for the quick response and exceptional support!
Welcome!