How do I install Event import/export extension?
Thanks, You are very kind I am greteful
thank you, it works! But please, why it works if I write
$query->set( ‘post_type’, array( ‘post’, ‘tribe_events’ ,‘nav_menu_item’ )
but it not works if I write
$query->set( ‘post_type’, any) ?
thanks for your appreciate help
Hallo,
This is the normal front page big title section with main menu on top-right:
I deactivate all plugins except eventTribe and mine that consists in only this lines:
if ( is_front_page() or is_category() ) {
$query->set( 'post_type', array( 'post', 'tribe_events' ) );
}
return $query;
Now in blog section I see correctly both posts and events, but here is the screenshot without main menu: