Hi,
Thx for the reply! Well i tried tribe_is_event_query() like this..
`<?php if ( tribe_is_event_query() ) {
echo ‘<div class=”container”‘;
include Wrapper\template_path();
echo ‘</div>’;
}
?>`
include wrapper/template_path() inserts all content.. but because the tribe plugin don’t actualy create pages i get’s outside te container.
So is there a other way to include everthing in a container class?
-
This reply was modified 9 years, 6 months ago by
Bram Huisman.