Main Content

Pagination

The parent theme comes with a styled pagination.

 

Pagination

 


<nav class="wp-prev-next">

		<ul class="cf">
			<li class="prev-link"><?php next_posts_link( __( '&laquo; Previous Page', 'tcu_web_standards' ) ); ?></li>
			<li class="next-link"><?php previous_posts_link( __( 'Next &raquo;', 'tcu_web_standards' ) ); ?></li>
		</ul>

</nav>