I need to remove the releated posts on my Sparkling, i got one plugin and i need to use it.
Have some code CSS for disable releated posts?
Thanks.
I need to remove the releated posts on my Sparkling, i got one plugin and i need to use it.
Have some code CSS for disable releated posts?
Thanks.
Hi @raulneivaweb,
I hope you are well today and thank you for your question.
I think you are talking about single post pagination.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
body.single nav.navigation.post-navigation {
display: none;
}
Best Regards,
Movin