Archived topic
Add links to Next & Previous post
3 replies · Started by Val on November 13, 2020
Hi,
want there to be links at the end of my posts to the next/previous posts. I have set the Display Post Navigation to on but there are no links appearing - see https://www.screencast.com/t/BYfrniz9i2S
The site is at https://ticketymarketing.com/highticket/
Am I missing something?
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