本文整理匯總了PHP中twentytwelve_content_nav函數的典型用法代碼示例。如果您正苦於以下問題:PHP twentytwelve_content_nav函數的具體用法?PHP twentytwelve_content_nav怎麽用?PHP twentytwelve_content_nav使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了twentytwelve_content_nav函數的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: while
if (have_posts()) {
?>
<?php
while (have_posts()) {
the_post();
get_template_part('content-news', get_post_format());
}
?>
<?php
} else {
?>
<?php
get_template_part('content-news', 'none');
?>
<?php
}
?>
<?php
twentytwelve_content_nav('nav-below');
?>
</div>
</section>
<?php
get_sidebar();
get_footer();
?>
示例2: printf
<section id="primary" class="site-content">
<div id="content" role="main">
<?php
if (have_posts()) {
?>
<header class="page-header">
<h1 class="page-title"><?php
printf(__('Search Results for: %s', 'twentytwelve'), '<span>' . get_search_query() . '</span>');
?>
</h1>
</header>
<?php
twentytwelve_content_nav('nav-above');
?>
<?php
/* Start the Loop */
?>
<div class="products">
<ul class=products-search>
<?php
while (have_posts()) {
the_post();
?>
<?php
echo "<li>";
?>