Forums

how to replace Post navigation to image (3 posts)

  1. taghaboy
    Member
    Posted 1 year 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. mmmhmmmm
    Member
    Posted 9 months ago #

    http://projects.jesseheap.com/wordpress-navigation-enhancements-2006-12-14.htm something like this? i want to do something similar to this, like what someone has done using a modified version of this code but i dont know how they modified it...

  3. taghaboy
    Member
    Posted 7 months ago #

    Thanks for the link, i will try to use the code,
    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags