Where / how are you using the shortcodes?
I’m using shortcodes on different pages. e.g. [events_list scope=”tomorrow”] on a page name “tomorrow”.
just to confirm, is it the event listing page or the single events page you are getting the issue?
I have issues on both event listing page.
I meant mainly event listing page.
Is PressGrid compatible with custom post types?
Yes, PressGrid is compatible with custom post types.
sorry haven’t tried this theme before however do you have sample link to your site?
Here is the demo page of PressGrid
I would like to display “filtered” events as PressGrid.
However. if i use EM shortcode, events are shown as a list instead of PressGrid style.
If I dont use shortcode, I can display all events on a page (not filtered events).
When EM shortcode/php code is used, is there away to dump all EM filtered results on the page but apply the page specific theme instead?
Thanks!
I need to display event counts on my page. Is there any shortcode to do so?
What do you mean by “event counts”?
If there are events, display # of events found based on the scope e.g. “today”, “tomorrow” etc. For example, 3 events found for tomorrow.
Thanks!
That’s not possible out of the box, so you’d need to create your own custom code that counts the number of events returned each time.
okay, that’s fine. how do i return it once I have the code in place? Can I create custom shortcode for it?
thanks!