Hi,
It´s possible to disable related posts on the post footer?
Best,
Nacho.
Hi,
It´s possible to disable related posts on the post footer?
Best,
Nacho.
Hi,
in your single.php file you should find
//show related posts if there are any
get_template_part( 'includes/related-posts');
Replace this by
/*show related posts if there are any
get_template_part( 'includes/related-posts');*/
Let me know if it works :)
Perfectly!!
Glad that I could help :)
You must log in to post.