Ejemplo n.º 1
0
	<?php 
} else {
    ?>

		<h2><?php 
    _e('No posts.', 'openstrap');
    ?>
</h2>
		<p class="lead"><?php 
    _e('Sorry about this, I couldn\'t seem to find what you were looking for.', 'openstrap');
    ?>
</p>
		
	<?php 
}
?>
		
	
	<?php 
openstrap_custom_pagination();
?>
	</div>	
	<!-- End Main Content -->	


<?php 
get_footer();
?>

Ejemplo n.º 2
0
/**
 * Displays navigation to next/previous pages when applicable.
 *
 * @since Openstrap 0.1
 */
function openstrap_content_nav($html_id)
{
    //Call Custom Pagination here instead of calling it on each and every page where its required
    openstrap_custom_pagination();
}