Reply To: Change Front Page FROM Full Content TO Content & Sidebar

Homepage Community Forums Epik Theme Support Change Front Page FROM Full Content TO Content & Sidebar Reply To: Change Front Page FROM Full Content TO Content & Sidebar

#6610
scooby
Customer

    You’ll see this in the top area of your home.php file –

    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    You could remove or change it and the layout will show up at the bottom of all the home widgets. Your content is not going to show because the home.php file is a separate file…meaning it loads automatically if widgets are added to it, and you wouldn’t need to create a page called home. Here is what I’m talking about – https://appfinite.com/tutorials/how-to-setup-the-home-and-blog-page/ …So once you do that your primary sidebar will probably show, but your content won’t, because there is no place to add any content since this isn’t a regular page. It’s for widget content. I’ve actually just used the Genesis Featured Posts widget to show my blog posts on the home page. Much easier. Hope that helps.