Blog posts showing on front page error!
- The topic ‘Blog posts showing on front page error!’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I’m finding that my main blog posts are just showing up at the bottom of last widget (Training). It’s showing “What is MyoAesthetics” as blog posts. This is wrong! Can I change this back somehow? This looks real ugly like that.
Thanks
The blog I need help with is myoaesthetics.com.
The blog I need help with is: (visible only to logged in users)
The same thing happened to us yesterday. Worpress VIP support gave us this fix (add to your CSS editor):
.home #content, .home .hentry, .navigation {
display: none;
}
.home #content, #home-top .hentry, .home #content, #home-middle .hentry, .home #content, #home-top .hentry, #home-bottom .hentry, .sidebar .hentry {
display: block;
}
It fixed the frontpage BUT we lost pagination throughout the blog. We’re waiting to hear from support on that one.
¿Can anyone from StudioPress help us out here?
Thanks for the heads up. Appreciated
¿Can anyone from StudioPress help us out here? This still has not been resolved.
I have the same problema, but I can’t edit the CSS. Is there any solution?
Thanks for the reports. We’d made a fix last week to display the main posts on the front page template, which weren’t displaying as they should have been. Since this change negatively affected some sites, we’ve reverted the change and your sites should now look the way they did before.
Thanks Kathryn! We rolled back our CSS. Everything looks OK now.
Great, glad to hear it.