[Plugin: Yet Another Related Posts Plugin] Displaying images for related posts
-
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!
- The topic ‘[Plugin: Yet Another Related Posts Plugin] Displaying images for related posts’ is closed to new replies.