yarpp displaying correct image & url but title is wrong
-
If you go to this post https://revivl.com/features/?p=39 you can see I have the image and link coming in correctly but the title displayed is that of the post I am currently reading. Here is the code i’m using <div class=”col1″>
<h2>Related Posts</h2><?php
$results = $wpdb->get_results(yarpp_sql(array(‘post’),array()));
foreach ( (array) $results as $_post ) : ?><div class=”th fl”>
ID); ?>”>
<img src=”<?php echo get_post_meta($_post->ID, ‘post-img’, true); ?>” alt=”” />
</div>ID); ?>” rel=”bookmark”><?php echo get_the_title(); ?>
<div class=”hl2″></div>
<?php endforeach; ?>
</div>`Thanks in advance for your help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘yarpp displaying correct image & url but title is wrong’ is closed to new replies.