• I am using Kitten’s Show Categories plugin. On the index page, I want to only show posts from Category 1 and any cross listed posts in Category 1 AND Category x. Using this:

    <?php hide_category_posts( ‘category=-1’ ); ?>

    will hide the cross listed posts. Does anyone know howI can do this?

    YoB

Viewing 1 replies (of 1 total)
  • Thread Starter Labradork

    (@yardobeef)

    I found that it works if I use the following:

    <?php show_category_posts('category=1'); ?>

    However, after I click on a category, it only shows items in category 1 or cross listed in category 1.

    YoB

Viewing 1 replies (of 1 total)
  • The topic ‘Show Categories Plugin: Show cross listed categories’ is closed to new replies.