• Your widget worked fine; however I was displaying images uploaded with the PhotoQ plugin in the other part of the webpage, and the image disappeared.; I deactivated plugin and it reappeared. I will look for another Recent Posts plugin, but thought it would help you to know.

    My relevant code was

    <?php
    $post_id = $post->ID;
    $single = true;
    $key = image;
    if ( $image_value = get_post_meta($post_id, $key, $single) ) :
    echo '<img class="center" src="'.$image_value.'" alt="'.the_title('','',False).'" />';
    endif; // End the Featured loop
    ?>

    AND of course it may have been another part of the page.

  • The topic ‘Clash with image display’ is closed to new replies.