Pagination
The parent theme comes with a styled pagination.
<nav class="wp-prev-next">
<ul class="cf">
<li class="prev-link"><?php next_posts_link( __( '« Previous Page', 'tcu_web_standards' ) ); ?></li>
<li class="next-link"><?php previous_posts_link( __( 'Next »', 'tcu_web_standards' ) ); ?></li>
</ul>
</nav>