lolroflcopter
Forum Replies Created
-
Okay, cool…thanks!
What about in a get_posts() foreach () kind of situation.
For example:
<?php $events = get_posts(array("post_type"=>"event-recurring")) ; foreach ($events as $event): setup_postdata($event); ?> <?php echo start_date; ?> //echo that event's start date <?php endforeach; ?>Is this possible?
Well there we go! Thanks halifaxious. Problem fixed by going to Events > Settings > Event List/Archives > Include in WordPress Searches? -> Yes
Disabled all other plugins and still having same problem. No results being found. Likewise for clicking on the number of posts in a category.
EDIT: I should also mention that everything is working like a charm on the front end, and this is a fantastic plugin, Marcus.
Another related thing: On the Event Categories and Event Tags page on the back end when I click on the number of posts to see all posts in that category, I get no results, even if the number is >0.
I am currently having the same issue. Searching even for the title of an event I know exists returns no results.
Forum: Themes and Templates
In reply to: List sibling pages for child custom post typesYou’re my hero, friend. Thanks.