• I am trying to figure out how to link the thumbnail image in the List Category Posts plugin. I have installed a template which is working for rearranging the order that items are displayed. I can’t figure out how to link the thumbnail image though that you can see appearing here: http://elizabeth.vernetti.com/featured-properties/

    As you can see I am only displaying the thumbnail and title.
    The code for displayiong this within my template looks like this…

    //Post Thumbnail
    
        $lcp_display_output .= $this->get_thumbnail($single);
    
    	    //Show the title and link to the post:
        $lcp_display_output .= $this->get_post_title($single);

    Can anyone help me link the thumbnail image?
    Thanks,
    Rich

The topic ‘Link Thumbnail in List Category Posts’ is closed to new replies.