Site logo

Archived topic

Remove footer.entry-meta in posts

9 replies · Started by Fernando Díaz Gascón on February 12, 2016

Viewing posts 1–10 of 10

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?

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 :)

This archived topic is closed to new replies.