Hide Previous Post Next Post
-
My website is built with Posts, which don’t need Previous & Next Posts listed.
I would like to hide those from the bottom of the screen. The Theme is Hemingway.I have tried pasting each of these into the Custom CSS, based on searching the forums, but none have worked. Any suggestions…?
<strong>.post-navigation .nav-links { display: none;} .single .nav-links { display: none;} .nav-links { display: none;} #paging,.entry-related{display:none;} .single .post-navigation { display: none; } .nav-previous {display: none;} .nav-next {display: none;} .default-wp-page{ display: none;} .post-navigation { display: none;} #nav-single { display: none; }</strong>
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide Previous Post Next Post’ is closed to new replies.