Minimal Horizontal theme issue
-
Hi,
Im having an issue with this theme “minimal horizontal”
On the Index page there is the Nav on the bottom left (Home < > Navigate)
How would i get this to show on all pages? It seems to only show on the index page. I have given up on trying to figure out how to do this.
I though that there might be a code line inserted into Index.php that page.php didnt have and they seem the same.??
Thank you
THIS IS THE FUNCTIONS.PHP
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ‘<div class=”block”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h5>’,
‘after_title’ => ‘</h5>’,
));
?><?php
function completeTheme(){
echo ‘<div id=”arrows”>
- The topic ‘Minimal Horizontal theme issue’ is closed to new replies.