• 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”>

      <li class=”lb”>Home
      <li id=”left” class=”lb”><
      <li id=”right” class=”lb”>>

    • Navigate
Viewing 1 replies (of 1 total)
  • Thread Starter sub-lime1

    (@sub-lime1)

    ANY1? lol, this is buggin me and i really cant fix this. been researching everything that comes to mind with this for 2 days and nothing.

Viewing 1 replies (of 1 total)
  • The topic ‘Minimal Horizontal theme issue’ is closed to new replies.