Hello tribalance,
Thanks for reaching out to us!
As an initial step, have you tried the option within the plugin setting to include the events within your main blog loop https://cloudup.com/cwes5x9mBA1?
If that doesn’t work, it is most likely due to your theme using custom page templates to create the blog pages. If this is the case, you’ll need to do a little customization to your theme to include the events posts within the loop of your blog. To do this, find where the arguments for the custom query are being defined within the template and change the argument for the “post_type”. The updated argument for this should look like:
'post_type' => array( 'post', 'tribe_events' )
Let me know if this helps.
Thanks!