• Hi all,

    Is there a way in YARPP (via functions.php or code modification) to make it ignore certain tags?

    For example, certain tags might not be relevant for grouping related content. I would like to ignore these tags but no necessarily exclude the post from the pool of possible related posts.

    Post A has tags 1,2,3
    Post B has tags 1,3
    Post C has tag 2

    Let’s say I want to ignore tag 2. (but not exclude the post)

    Outcome should be:
    Post A and Post B are related, but Post C is not related.

    Any way to do this?

Viewing 1 replies (of 1 total)
  • Plugin Support Michael Nelson

    (@mnelson4)

    Not yet it isn’t. But we have some work in-progress that will add a filter which will permit you to use WP_Query‘s tag__not_in parameter which will let you programmatically do that. I’ll update here once that’s released.

Viewing 1 replies (of 1 total)
  • The topic ‘Ignore certain tags?’ is closed to new replies.