Remove PREV / NEXT
-
Im using the theme: Apostrophe 2.
In this theme there are links in the bottom of every post to the next and previous posts.
Is it possible to get rid of these links?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can do that by adding this CSS code in the Customizer:
/* Remove Previous/Next links on single post pages */ nav.navigation.post-navigation { display: none; }Also note your Business Plan gives you access to 24/7 live chat support for help with questions like these. You can start a chat by clicking the Help icon bottom-right on all the My Sites pages.
-
-
- The topic ‘Remove PREV / NEXT’ is closed to new replies.