Hello @troow
To remove the link in all post to previous and next posts at first you need to add the Custom CSS through the plugin.
You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.
Custom CSS
After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.
Here copy and paste below CSS.
.nav-links {
display: none;
}
I hope this will resolve your issue.
Best Regards!!
Thanks for chiming in, Teeru!
The CSS above will also remove the orgnament (decorative element) below each single post. In case you’d like to keep the ornament but remove only the next/previous links, you could use this instead:
.nav-previous, .nav-next {
display: none;
}
As Teeru mentioned, a custom CSS plugin is a good place to make this sort of change. Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.
If you have the Jetpack plugin, it comes with a Custom CSS module you can activate. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS. You could also install a standalone custom CSS plugin if you prefer, such as the one Teeru mentioned.
Let us know how it goes.
Thread Starter
Troow
(@troow)
Thank you for your replies.
I have moved my wordpress to my own domain as there were not many options on wordpress com 🙂
Hi
.nav-previous, .nav-next {
display: none;
}
using above cc removed the ‘next’ link, but the ‘previous’ link remains still?
hmm… I’ve added it to a css plugin.
anythought why this is happening?
@paranoidandroid88 Please provide a link to your site running Dyad so we can take a look. Thanks.
p.s. this thread is over 9 months old and already marked as resolved. In future, it’s much better if you start a new thread to ensure it gets seen. Thanks!
Hi Kathryn,
Apologizes, I realized this thread is for theme specific. I am on Canvas.
Thanks though for replying.
@paranoidandroid88 No worries. CSS is usually theme-specific so I hope you were able to get the help you need for Canvas.