jflywheel
Forum Replies Created
-
Thank you for the suggestion. I can now see past events and Drafts. The Search Events box no longer works or the links above it (Upcoming, Drafts, Upcoming Events) but that is OK. I can remove those.
Forum: Plugins
In reply to: [Frontier Post] How to Change Post StatusYou are so awesome
Hi,
I copied the file from:
/wp-content/plugins/events-manager/templates/tables/events.php
to:
/wp-content/themes/my-theme/plugins/events-manager/tables/events.php
I am able to edit it without a problem and the changes show up on the front-end.
I have a page on the front-end for users to go to and edit events they have submitted. The page lists all the events the user has submitted regardless of what category the event is in. I would like only events from certain categories to show up on the page.
I tried:
$EM_Events = EM_Events::get(array(‘category’=>’CAT_ID’));
with CAT_ID being the ID of the category I want to show. But if I do this I can only view upcoming events, not past events or Drafts.