• I do not want to show YARPP for posts under a certain category.

    Is there a certain php that i can insert to the sepcific category loop?

Viewing 3 replies - 1 through 3 (of 3 total)
  • not2bug

    (@not2bug)

    I’d like to second that. Some categories are shown in sidebars and related posts just mess up the design.

    not2bug

    (@not2bug)

    No ideas? Anyone?

    This can be done easily by turning off “automatically display related posts” and instead calling related_posts() in your theme. You can then wrap that call in a conditional statement (like if (...)). That way the related posts will only be shown in those conditions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Yet Another Related Posts Plugin] Disable YARPP for certain categories’ is closed to new replies.