Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter craig2

    (@craig2)

    yeah im just after excluding the cat or the writer from the front index page only… if this is possible.

    Thread Starter craig2

    (@craig2)

    Hi managed to get the category from showing up in the post loop by adding this code as all the category is only posted by blogger no 10 it made sence just to do it this way…

    <?php
    $blog = 1;
    if (!isset($author)) {
    $author = “-10”;
    }
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>

    the problem is this code works for every page is there a way to make this only work for the index page?

    or if anyone has a copy of mookitty’s show categories plugin as its not online anymore id be greatful 😉

    Thread Starter craig2

    (@craig2)

    WOW that is what i wanted (i need to cut down on this drinking lark)

    thank you very much for taking the time to respond… you are now officially my hero.

    you have managed to help me with a problem i have been looking for all night but if anyone can tell me how to get this category that ive now put on the sidebar from showing up in the post loop id be happy for the rest of me life and can get back to my drinking.

    this forum rocks bigtime for info.

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