[EventCalendar] Re: post not found when clicking on calendar

Ordinary Gal ordinarygal83 at gmail.com
Thu Oct 26 01:59:14 UTC 2006


Hi, in the "keep events separate", it only separates it if it's on the home
page. i have my blog set up on "blog page" and it still shows there unless i
do a query. I use this query instead on my blog template: <?php while
(have_posts()) : the_post(); ?><?php if (in_category('4')) continue; ?> --->
this seems to work (4 is the events category)

In the events page, when I click on a date on the calendar, it brings me to
a page with "no posts found"

In your previous post... you mentioned that I can now use this to get past
events: http://blog.com/?ec3_before=today&order=ASC

Is it possible to get past events for the sidebar though?? Like this <?php
ec3_get_past_events(5); ?>

Also, i noticed that if I do a sub category under events, it still shows
events on the front page. (i want to be able to sub categorize the events)
---> this isn't really a problem but it would be nice if it's possible in
your future plans :)

thanks,
mels
 http://shanghapinay.com




> Hi Mels,
>
> On 24 Oct 2006, at 11:16, Ordinary Gal wrote:
>
> > I have this query after the if (have_posts()) :
> > <?php $temp_query = $wp_query; query_posts('&cat=-4'); //exclude
> > category 4
> > ?>
> >
> > I read somewhere that this is the query to exclude a category.. and I
> > wanted
> > to exclude the events category from showing up...
>
> You have the option "Keep Events Separate" selected. That already keeps
> events off the front page. Why are you trying to do it with
> "query_posts('&cat=-4')"?
>
> Just pick one way or the other (but not both) and it will work.
>
> That is a bug, by the way. Thanks for spotting it.
>
> -Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20061026/8e30e9af/attachment.htm


More information about the EventCalendar mailing list