- This topic has 7 replies, 3 voices, and was last updated 6 years, 1 month ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Remove Blog Posts on Home Page
Tagged: blog posts, Home page
I have used Aspire Pro for a client and her two business websites (soon to be three). One website is running version 1.0.0 and the other is running version 1.1
Neither of these websites is showing blog posts at the bottom of the home page.
However, I can not get the third website (in dev on localhost) to stop showing the blog posts, at the bottom of the home page.
I must be missing something, but I can’t for the life of me, figure out what it is.
Suggestions?
FYI – Live Sites are:
…in case anyone cared or needed them
This feature is included in the new version of Aspire (which is probably what you’re using on your 3rd site). To turn it off, go to Appearance > Customizer > Front Page Content Settings and you’ll see the option to turn it off.
Let me know if that helps.
Hello everyone,
I have turned off the content content section, but there is still the sidebar ?
How can I get rid of it ?
Thanks
Hello,
I am back with a fix.
In front-page.php I have replaced
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' );
with
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
@Aurélien Which version are you using? (can be found in the style.css) This was fixed in the recent update. I also have a brand new update coming soon that will fix a couple other things.
Hello Wes,
The version is: 1.1
Do you have a change log available for the most recent versions?
I probably will on the next one I’m getting ready to release in the next couple days. The updates have been pretty minor. I’ll include what was changed here at the top of the forum.