Home Forums WordPress Themes – Premium Preference How to Remove Post Navigation info

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13744
    ttm
    Participant

    I understand my query may not be specific to Preference and more specific to WordPress. Still I need your help/suggestion. I want to remove Post Navigation portion under each post [like Next Previous etc). Many thanks.
    Best

    #17756
    Sushil Adhikari
    Moderator

    You will have to edit some files to do that…but first, I would need to know if this is for the Preference Pro version or the Lite version ?

    #17758
    ttm
    Participant

    Yes. Iam using the latest Pro version with Child theme.

    #17759
    Sushil Adhikari
    Moderator

    I was going to have you edit some files but the easiest method is to just add one piece of css to your child theme’s style.css file like this:

    .nav-single {display:none;} 

    It will show in the source code your post navigation, but it won’t show on the front-end.

    #17760
    ttm
    Participant

    Where do I need to insert the line? After what lines? Many sincere thanks.

    #17761
    Sushil Adhikari
    Moderator

    For the child theme, insert it after this:

    
    /* Add your style.css changes here
    -------------------------------------------------------------- */
    #17906
    Julie
    Participant

    Hi there,

    Would the code also apply to Encounters? I have only just noticed the post navigation text which I don’t see the need for either.. Thanks 🙂

    #13745
    Sushil Adhikari
    Moderator

    Hi Julie…. it should work for Encounters as well because it also uses that class “nav-single” too.

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