Conditional tag for related posts not working
-
Hi. I’m trying to use a conditional tag but it is not working.
I added a tag ‘n-relacionar’ to the posts I do not want to display the related posts from jetpack, and also added this code to my functions.php
function jetpackme_no_related_posts( $options ) { if ( has_tag( 'n-relacionar' ) ) { $options['enabled'] = false; } return $options; }
But it’s still showing the jetpack related posts. Does anyone know why this code isn’t working?
Thanks
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Conditional tag for related posts not working’ is closed to new replies.