/* 
 Theme Name:   Parabola Child
 Theme URI:    
 Description:  
 Author:       Roger Reynolds
 Author URI:   
 Template:     parabola
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
<?php if(function_exists('wp_pagenavi')) { // if PageNavi is activated ?>
  
<?php wp_pagenavi(); // Use PageNavi ?>
  
<?php } else { // Otherwise, use traditional Navigation ?>
  
<div class="nav-previous">
<!-- next_post_link -->
</div>
  
<div class="nav-next">
<!-- previous_post_link -->
</div>
  
<?php } // End if-else statement ?>
pagenavi-css.css