Example #1
0
            get_sidebar();
            ?>
			                </div>
		                </div>
                    <?php 
            break;
        case 'no_sidebar':
            td_global::$load_featured_img_from_template = 'td_1068x0';
            ?>
                        <div class="td-pb-span12 td-main-content" role="main">
                            <div class="td-ss-main-content">
                                <?php 
            locate_template('loop-single.php', true);
            comments_template('', true);
            ?>
                            </div>
                        </div>
                    <?php 
            break;
    }
    ?>
        </div> <!-- /.td-pb-row -->
    </div> <!-- /.td-container -->
</div> <!-- /.td-main-content-wrap -->

<?php 
} else {
    //the user has selected a different template & we make sure we only load our templates - the list of allowed templates is in includes/wp_booster/td_global.php
    td_api_single_template::_helper_show_single_template($td_post_theme_settings['td_post_template']);
}
get_footer();