本文整理匯總了PHP中joints_page_navi函數的典型用法代碼示例。如果您正苦於以下問題:PHP joints_page_navi函數的具體用法?PHP joints_page_navi怎麽用?PHP joints_page_navi使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了joints_page_navi函數的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: joints_page_navi
" /></a>
<?php
}
echo '</div>';
echo '</div>';
}
?>
<?php
}
?>
<?php
joints_page_navi();
?>
<?php
} else {
?>
<article id="post-not-found" class="hentry clearfix">
<header class="article-header">
<h1>Sorry, No Results.</h1>
</header>
<section class="entry-content">
<p>Try your search again.</p>
</section>
<section class="search">
示例2: the_archive_title
<div id="inner-content" class="row">
<main id="main" class="large-24 medium-24 columns" role="main">
<header>
<h1 class="page-title"><?php the_archive_title();?></h1>
<?php the_archive_description('<div class="taxonomy-description">', '</div>');?>
</header>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<!-- To see additional archive styles, visit the /parts directory -->
<?php get_template_part( 'parts/loop', 'archive' ); ?>
<?php endwhile; ?>
<?php joints_page_navi(); ?>
<?php else : ?>
<?php get_template_part( 'parts/content', 'missing' ); ?>
<?php endif; ?>
</main> <!-- end #main -->
</div> <!-- end #inner-content -->
</div> <!-- end #content -->
<?php get_footer(); ?>