Example #1
0
while (have_posts()) {
    the_post();
    ?>
				<?php 
    GZ::post_recent($post);
    ?>
			<?php 
}
?>

			<?php 
do_action('the_sniplet_place', 'guangzhou/category end');
?>

			<?php 
if (GZ::is_paged()) {
    ?>
				<div class="tablenav">
					<div class="tablenav-pages">
					<?php 
    next_posts_link(__('&laquo; Older Entries', 'guangzhou'));
    ?>
					<?php 
    previous_posts_link(__('Newer Entries &raquo;', 'guangzhou'));
    ?>
					</div>
				</div>
				<div class="clear"></div>
			<?php 
}
?>