Home › Forums › WordPress Themes – Premium › Preference › How to Remove Post Navigation info
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
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 ?
Yes. Iam using the latest Pro version with Child theme.
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.
Where do I need to insert the line? After what lines? Many sincere thanks.
For the child theme, insert it after this:
/* Add your style.css changes here -------------------------------------------------------------- */
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 🙂
Hi Julie…. it should work for Encounters as well because it also uses that class “nav-single” too.