• This is a great plugin with lots of features.

    I’m modifying templates to include images from my posts using custom fields:

    <?php echo get_post_meta($post->ID, 'custom_image', true); ?>

    It kinda gets ignored. How can I achieve this?

    I’m guessing $related_query->the_post(); is different from standard the_post() calls, but don’t really know how.

    Thanks for your help!

Viewing 15 replies - 1 through 15 (of 23 total)
Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘[Plugin: Yet Another Related Posts Plugin] Displaying images for related posts’ is closed to new replies.