matometaru
11/18/2016 - 3:14 AM

Prime Strategy Page Navi パラメーター(http://www.warna.info/archives/1328/)

Prime Strategy Page Navi パラメーター(http://www.warna.info/archives/1328/

<div class="postPaginatioWrap">
	<ol class="postPagination cf">
		<li class="item prev"><?php previous_post_link('%link', '前のお知らせを見る'); ?></li>
		<li class="item back"><a href="<?php echo home_url('/','relative'); ?>news/">一覧</a></li>
		<li class="item next"><?php next_post_link('%link', '次のお知らせを見る'); ?></li>
	</ol>
</div>
<?php //1ページで完結する場合ページネーションを表示しない
	$posts_num = $wp_query->found_posts;
	$posts_per_page = get_query_var( 'posts_per_page' );
	if( $posts_num > $posts_per_page ):
		if(function_exists('page_navi')): ?>
			<nav class="pagination-wrapper">
				<?php page_navi('items=5&elm_id=pageNavi&elm_class=pagination&show_boundary=false'); ?>
			</nav>
<?php endif;endif; ?>