• Resolved justintimshel

    (@justintimshel)


    This plugin does everything I was looking for… except I’m using it to create emails using Zoho Campaigns, that app doesn’t recognize the featured images/thumbnails. I think it’s looking for an img tag in the description and/or content CDATA. (It gets the images when I’m just using a plugin that adds featured images to the generic feed.) Is there any way to get around this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter justintimshel

    (@justintimshel)

    I got it by adding this:

    //Start modified code to add featured image in the right place
    							<description><![CDATA['. "<a href=\"" . get_permalink($post_id) . "\" title=\"" . get_the_title($post_id) . "\" rel=\"nofollow\"><img width=\"" . $thumb_width . "\" height=\"" . $thumb_height . "\" src=\"" . $thumb_url . "\" loading=\"lazy\" style=\"float: left; margin-right: 5px;\" /></a>" .' '. $excerpt . ']]></description>';
    //End modified code. Un-comment next line if revert to original.                    
    //							<description><![CDATA['. $excerpt .']]></description>';

    I had to figure out the syntax, so I’m sure you could do it more elegantly. I don’t think my way allows it to be turned on and off, for example.

    Plugin Author danikoo

    (@danikoo)

    Hi and sorry for the late reply
    if the image itself does not appear inside the content – there is no way to show it.
    i will add this feature to future versions

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail not showing up’ is closed to new replies.