Site logo

[Resolved] Add links to Next & Previous post

Home Forums Support [Resolved] Add links to Next & Previous post

Home Forums Support Add links to Next & Previous post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1530077
    Val

    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?

    #1530122
    David
    Staff
    Customer Support

    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.

    #1530170
    Val

    That’s brilliant David, thank you 🙂

    #1530469
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.