• Resolved bekoring

    (@bekoring)


    Hi!
    I’ve #$&@# up my footer template (I think, please correct me if I’m wrong) and now I can’t see the navigation arrows (<<) on my homepage to navigate to the previous page. Can someone give the original footer template? Or is there any other way to fix this without installing the theme all over again?

    http://www.lipsynched.com

    TIA!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same problem. Can I ask how you resolved this?

    Thanks
    http://www.reflections-etc.com

    Never mind. I figured it out. The following somehow got deleted from “single.php”

    <div id=”nav-above” class=”navigation”>
    <div class=”nav-previous”><?php previous_post_link(‘%link’, ‘<span class=”meta-nav”>«</span>’) ?></div>
    <div class=”nav-next”><?php next_post_link(‘%link’, ‘<span class=”meta-nav”>»</span>’) ?></div>
    </div>

    <div id=”post-<?php the_ID(); ?>” class=”<?php sandbox_post_class(); ?>”><h2 class=”entry-title”><?php the_title(); ?></h2>
    <div class=”full-photo”>
    <span class=”photo-credit”>© <?php the_time(‘Y’); ?> <?php the_author(); ?></span>
    <?php the_post_image(‘large’); ?>
    </div>

    http://www.reflections-etc.com

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘i lost the navigation arrows!!’ is closed to new replies.