コード例 #1
0


                        </div>
                    </div>
                </div> <!-- posts -->

                <div  class="horizontal_dotted_line_all"></div>
                <br>

                <?php 
    }
    ?>
            <nav class="post-nav">
                <?php 
    your_pagination($apps);
    ?>
            </nav>

            <br clear="all" />
            <?php 
} else {
    ?>
            <h2 class="center">Not Found</h2>
            <p class="center">Sorry, but you are looking for something that isn't here.</p>

            <?php 
}
?>

コード例 #2
0
ファイル: category-posts.php プロジェクト: 30mps/data.gov
		<?php 
    get_search_form();
    ?>
	<?php 
}
?>

	<?php 
while ($category_query->have_posts()) {
    $category_query->the_post();
    ?>
		<?php 
    get_template_part('templates/content', get_post_format());
    ?>
	<?php 
}
?>

	<?php 
if ($category_query->max_num_pages > 1) {
    ?>
		<nav class="post-nav">
			<?php 
    your_pagination($category_query);
    ?>
		</nav>
	<?php 
}
?>
</div>