Random Listing widget – Show Thumbnail
-
Hi, love the plugin. But i really need to show a listings thumbnail on my homepage. Does anybody have a code or a fix for this? I suppose it will be a modified code in widgets.php.
echo '<ul>'; foreach ($posts as $post) { echo '<li>'; echo '$thumbnail or something?'; echo sprintf('<a href="%s">%s</a>', get_permalink($post->ID), get_the_title($post->ID)); echo '</li>'; } echo '</ul>';Been trying to make a fix but im not to strong here 🙂
Thanx again for a great plugin.http://ww.wp.xz.cn/extend/plugins/business-directory-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Random Listing widget – Show Thumbnail’ is closed to new replies.