Forums

[Plugin: The Events Calendar] Excluding Categories from the home page... (2 posts)

  1. arrowspace00
    Member
    Posted 2 years ago #

    Greetings,

    I don't want my event posts to display on the home page. I found an earlier post that said to include this code in the index file's loop to exclude any Events category posts:

    <?php
       if (is_home()) {
          query_posts("cat=-3");
       }
    ?>

    When I do this, the only one post that I do have on the home page gets repeated indefinitely. This is supposed to just be a static page displaying the one post that I used for the page's only intended content.

    Any help is greatly appreciated.

    http://wordpress.org/extend/plugins/the-events-calendar/

  2. matteoraggi
    Member
    Posted 1 year ago #

    I have the same problem with wp2.9.2 and THE EVENTS CALENDA 1.6.3 it stay sticky in homepage also if in options I say to not go there: http://www.partyefun.it/scherzi/

Topic Closed

This topic has been closed to new replies.

About this Topic