• I am trying to find a way so that I can have just the campaign news of my site show under the blog, but also be able to add local news daily/weekly to the local news section of my site

    So, for instance, on the “Blog” link you would just find daily post about the campaign and on the “News” link you could posts as often as you wanted to add local news info.

    I know the menu bar allows you to have a menu link to category archives, but it doesnt allow you to point to just categories themselves.

    And you can’t add posts to pages so that I could just create a news page and update it daily like the blog part.

    Is there an easy solution to this I am not finding?

    Once again- thank you for your help

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

    (@sydney078)

    Ok, well, I have added this code into the page:

    (without the asterick)
    <*?php
    if (is_home()) {
    query_posts(“cat=-1”);
    }
    ?>

    But it still keeps showing the category I don’t want to show (category 1) instead of showing just category 3

Viewing 1 replies (of 1 total)
  • The topic ‘Have Posts Show on Seperate Pages?’ is closed to new replies.