Support › Forums › Flex Theme › How to add content from /'home' to front page? › Reply To: How to add content from /'home' to front page?
September 2, 2015 at 2:09 pm
#517
Moderator
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”.
-
This reply was modified 6 years, 8 months ago by
Davinder Singh Kanith.