コード例 #1
0
ファイル: post-text.php プロジェクト: ClayMoreBoy/mx
        /**
         * ad
         */
        if (class_exists('theme_adbox') && !empty(theme_adbox::display_frontend('below-adjacent-post'))) {
            ?>
						<div class="ad-container ad-below-adjacent-post"><?php 
            echo theme_adbox::display_frontend('below-adjacent-post');
            ?>
</div>
						<?php 
        }
        ?>
					<?php 
        comments_template();
        ?>
					<?php 
        theme_functions::the_related_posts();
        ?>
				</div>
			<?php 
    }
} else {
    ?>
			
		<?php 
}
?>
	</div>
</div>
<?php 
get_footer();