Site logo

Archived topic

Add links to Next & Previous post

3 replies · Started by Val on November 13, 2020

Viewing posts 1–4 of 4

Hi there,

i can see this CSS on your site:

/* CSS added by WP Meta and Date Remover*/
.entry-meta {
    display: none !important;
}

.home .entry-meta {
    display: none;
}

.entry-footer {
    display: none !important;
}

.home .entry-footer {
    display: none;
}

The post navigation is displayed in the entry-meta element which is being hidden by that CSS.

That's brilliant David, thank you :)

Glad to be of help

This archived topic is closed to new replies.