Forums

how to replace Post navigation to image (3 posts)

  1. taghaboy
    Member
    Posted 3 years ago #

    hi,

    is it possible to print the image in the ('%link') in the poste nav, to show the next and previous thumb?

    <div class="post-nav">
    <span class="previous"><?php previous_post_link('%link') ?></span>
    <span class="next"><?php next_post_link('%link') ?></span>
    </div>

    the thumbnail i want to show:
    <img src="<?php $values = get_post_custom_values("thumb"); echo $values[0]; ?>" title="<?php the_title(); ?>"/>

    Thanks

  2. taghaboy
    Member
    Posted 3 years ago #

    hi,
    any idea please.
    Thanks

  3. taghaboy
    Member
    Posted 3 years ago #

    ok in other way,
    i have a photo blog, and i'd like to show the next and previous photo as a post-nav, how can i do that?
    thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags