本文整理汇总了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(); ?>