• Like the plugin – it’s working just fine, save one thing: it’s ignoring exclusions. It’s going to my custom taxonomy/terms just fine, but I want it to exclude 2 categories (passed by variable, because in one instance, only one of them is excluded), but it’s ignoring the excluded term ID. Even when I hard-code it in (instead of passing via variable) – the category that’s NOT supposed to be in there is still in there.

    http://wordpress.org/extend/plugins/previous-and-next-post-in-same-taxonomy/

Viewing 1 replies (of 1 total)
  • I’d like to bump this I’m having exactly the same issue.
    Great plugin, but not working for me as I was expecting.

    I have custom posts with multiple taxonomy categories and I want to dynamically exclude categories when doing be_previous_post_link() and be_next_post_link()

    For Example, here is a function call:
    be_previous_post_link(‘<span class=”previous”>%link</span>’, ‘< Previous’, true, ‘featured’, ‘portfoliocat’);

    I want to exclude posts with the ‘featured’ category with the ‘portfoliocat’ taxonomy.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Previous and Next Post in Same Taxonomy] Exclude doesn't seem to work.’ is closed to new replies.