• I’m working on a miniblog/sideblog on my site using MooKitty’s ‘Show Categories’ Plugin.

    I finally got it working so that one category (News Watch) appears on the left column – but I cannot seem to figure out what I need to do correctly to make News Watch posts NOT appear in the right main column.

    Here’s the documentation that comes with the plugin
    https://residentsagainstracism.org/CategoryFAQ.html

    Ive more than once screwed up the site by trying what little I understand of the code – im no geek, sorry – wish i was ??

    anyone with experience in this?

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

    (@redjade)

    im a bozo

    ok – i did my my usual solution to geeky things – forget about it for awhile, get a coffee, read some blogs and try again.

    this time it worked ??

    this is what was needed….

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

    <?php if ($hcp_posts) : foreach ($hcp_posts as $post) : start_wp(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘MooKitty’s ‘Show Categories’ Plugin & Showing ‘All But’ one category’ is closed to new replies.