Archived topic
Remove footer.entry-meta in posts
9 replies · Started by Fernando Díaz Gascón on February 12, 2016
Hello,
Is there an option in the settings to remove the links to next post and previous post that appears at the end of the posts?
I could put this CSS:
footer.entry-meta{
display: none;
}
But I would like to know if there is already a setting to control this.
Thanks in advance.
I need to add this option to the Blog add-on.
You can do this:
.post-navigation {
display: none;
}
Great! Yeah, it will be useful in Blog addon.
Thanks!
No problem :)
Hello,
I am a new GP Premium user. It's really wonderful.
I executed the action mentioned above to remove prev/next nav at the bottom of posts, but the container where they would display remains. There's about a 10px gap above my footer that I can't figure out how to adjust. This issue to specific to Posts, not Pages.
Your guidance is greatly appreciated.
Hi Angela,
The container should be removed all together if you used Tom's code above.
Are you able to provide a link to your site?
Thank you for your quick response! The site is a mess-in-progress, but here you go:
Here's link to a post page I'm working on:
http://angelaingersoll.com/how-to-succeed-in-business-without-really-trying/
Many thanks, Leo.
Angela
Try adding this CSS:
.one-container .inside-article {
padding: 0;
}
Let me know.
BRILLIANT! That did the trick.
Thank you, Leo.
Angela
You're welcome :)