コード例 #1
0
ファイル: index.php プロジェクト: ClayMoreBoy/mx
//if(!wp_is_mobile() && class_exists('theme_custom_slidebox')){
theme_custom_slidebox::display_frontend();
//}
?>
<div class="g">

	<?php 
if (!wp_is_mobile()) {
    ?>
		<div class="recomm-container hidden-sm">
			<?php 
    /**
     * recommended box
     */
    if (method_exists('theme_functions', 'the_recommended')) {
        theme_functions::the_recommended();
    }
    ?>
		</div>
	<?php 
}
?>

	<div class="row">
		<div id="main" class="g-desktop-3-4">
			
			<?php 
/**
 * homebox 
 */
theme_functions::the_homebox();