本文整理匯總了PHP中roots_loop_after函數的典型用法代碼示例。如果您正苦於以下問題:PHP roots_loop_after函數的具體用法?PHP roots_loop_after怎麽用?PHP roots_loop_after使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了roots_loop_after函數的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: the_content
?>
" width="260" height="105" alt="" /></p>
<p><?php
the_content();
?>
</p>
</div>
<?php
}
?>
</div>
<?php
roots_loop_after();
?>
<!-- content box ends -->
</div><!-- /#content -->
</div><!-- /#main -->
<div align="center" id="smallProject" style="display:none">
<h2 style="font-family:corbel; margin:0">Interested in a website, but on a tight budget? Use our website builder. Try now for free!</h2>
<p><a href="#" class="button">TRY NOW</a></p>
</div>
<?php
get_footer();
?>
示例2: if
<div id="main" class="<?php echo $roots_options['main_class']; ?>" role="main">
<div class="container">
<h1>
<?php if (is_day()) : ?>
<?php printf(__('Daily Archives: %s', 'roots'), get_the_date()); ?>
<?php elseif (is_month()) : ?>
<?php printf(__('Monthly Archives: %s', 'roots'), get_the_date('F Y')); ?>
<?php elseif (is_year()) : ?>
<?php printf(__('Yearly Archives: %s', 'roots'), get_the_date('Y')); ?>
<?php else : ?>
<?php single_cat_title(); ?>
<?php endif; ?>
</h1>
<?php roots_loop_before(); ?>
<?php get_template_part('loop', 'category'); ?>
<?php roots_loop_after(); ?>
</div>
</div><!-- /#main -->
<?php roots_main_after(); ?>
<?php roots_sidebar_before(); ?>
<aside id="sidebar" class="<?php echo $roots_options['sidebar_class']; ?>" role="complementary">
<?php roots_sidebar_inside_before(); ?>
<div class="container">
<?php get_sidebar(); ?>
</div>
<?php roots_sidebar_inside_after(); ?>
</aside><!-- /#sidebar -->
<?php roots_sidebar_after(); ?>
</div><!-- /#content -->
<?php roots_content_after(); ?>
<?php get_footer(); ?>