richot
Forum Replies Created
-
Excellent, thanks for following up.
Hi roblagatta, thanks for the interest in helping. I’m using the blurb directly from the FAQ
here.add_filter( 'pre_get_posts', 'include_events_on_home' ); function include_events_on_home( $query ) { if ( is_home() && false == $query->query_vars['suppress_filters'] ) $query->set( 'post_type', array( 'post', 'tribe_events', 'attachment' ) ); return $query; }
I’m having this same issue. I’ve added that tweak to functions.php (as per the FAQ), it works like a charm with respect to showing events with regular posts on the home page, but it also seems to break the “Default View for the Events” setting.
Regardless of which value I select for “Default View for the Events”, the result is mysite.com/events shows more of an event list. I can no longer get it to show the Calendar format, which is what I’m after.
If I remove the new code for this tweak, i.e. the include_events_on_home function, things work fine again (I get my calendar back)
Was any resolution found for this? Maybe I should start a new post?
WordPress 3.3.1
The Events Calendar 2.0.3
A very new site, still building it out, not other php tweaks, etc.Forum: Plugins
In reply to: Calendar plugin which allows public to submit events?For those interested, at this point I’m leaning towards Events Calendar Pro using Gravity Forms to allow the public to submit events. Those two seem to fit the bill for what all I’m after.
Main site:
https://codecanyon.net/item/events-calendar-pro-wordpress-premium-plugin/109301Link for how they’re tied together:
https://shaneandpeter.com/events-calendar-pro-frequently-asked-questions/#31Forum: Plugins
In reply to: Calendar plugin which allows public to submit events?Thanks BetterflyBea! Will take a look at it this weekend.