コード例 #1
0
ファイル: single-course.php プロジェクト: zce/wp-theme-wedn
    <div class="action-share bdsharebuttonbox">
      <?php 
_moloader('mo_share');
?>
    </div>
    <div class="article-tags"><?php 
the_tags('标签:', '', '');
?>
</div>
    <?php 
_the_ads($name = 'ads_post_02', $class = 'asb-post asb-post-02');
?>
    <?php 
if (_wedn_option('post_related_s')) {
    _moloader('mo_posts_related', false);
    mo_posts_related(_wedn_option('related_title'), _wedn_option('post_related_n'));
}
?>
    <?php 
_the_ads($name = 'ads_post_03', $class = 'asb-post asb-post-03');
?>
    <?php 
comments_template('', true);
?>
  </div>
  </div>
  <?php 
get_sidebar();
?>
</section>
コード例 #2
0
ファイル: single.php プロジェクト: yszar/linuxwp
		<div class="action-share bdsharebuttonbox">
			<?php 
_moloader('mo_share');
?>
		</div>
		<div class="article-tags"><?php 
the_tags('标签:', '', '');
?>
</div>
		<?php 
_the_ads($name = 'ads_post_02', $class = 'asb-post asb-post-02');
?>
		<?php 
if (_hui('post_related_s')) {
    _moloader('mo_posts_related', false);
    mo_posts_related(_hui('related_title'), _hui('post_related_n'));
}
?>
		<?php 
_the_ads($name = 'ads_post_03', $class = 'asb-post asb-post-03');
?>
		<?php 
comments_template('', true);
?>
	</div>
	</div>
	<?php 
get_sidebar();
?>
</section>