goodness… I can’t get an image… how did you do that?
I’ve half fixed it… but very roughly…
Commented out the has_shortcode section in wpuf-functions and a few lines where there is has_shortcode in wpuf.php
It seems to be working so far, but not a very tidy solution.
try this… add to posts-in-page/posts_loop_template.php
Add just before <!– This is the output of the EXCERPT –>
<?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail();
}
?>
I want this too… let me know if you find out… and I will if I find it.