Title: [caption] Shortcode&#8217;s not &#8220;rendering&#8221;
Last modified: April 24, 2018

---

# [caption] Shortcode’s not “rendering”

 *  Resolved [jtschulik](https://wordpress.org/support/users/jtschulik/)
 * (@jtschulik)
 * [8 years ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/)
 * Hi,
 * when i use Image-Captions in my Posts, the plugin won’t render wordpress’ “[caption..”-
   shortcode, but instead will show the shortcode itself in the sent email.
 * Is this intended behaviour?
    Is there a workaround?
 * Thanks in advance,
    Jakob

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [jtschulik](https://wordpress.org/support/users/jtschulik/)
 * (@jtschulik)
 * [8 years ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10213280)
 * Found a “hotfix”:
    \classes\es-sendmail.php: line 294: changed this:
 *     ```
       $post_full = $post->post_content;
       $post_full = wpautop($post_full);
       ```
   
 * to this:
 *     ```
       $post_full = $post->post_content;
       $post_full = do_shortcode($post_full);
       $post_full = wpautop($post_full);
       ```
   
 * this should probably be filtered to only standard-wordpress-shortcodes ([caption],[
   gallery],…) though…
 *  [andrewmperryman](https://wordpress.org/support/users/andrewmperryman/)
 * (@andrewmperryman)
 * [8 years ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10223829)
 * [@jtschulik](https://wordpress.org/support/users/jtschulik/)
    [@icegram](https://wordpress.org/support/users/icegram/)
 * I have this problem too. As part of the hueman pro theme I use a shortcode called[
   dropcap]T[/dropcap] and it does not render either in the sent notifications.
 * Can you add a fix for this as proposed by [@jtschulik](https://wordpress.org/support/users/jtschulik/)..
 * Thanks..
 *  [Prathamesh Palve](https://wordpress.org/support/users/prathameshp/)
 * (@prathameshp)
 * [8 years ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10236898)
 * [@andrewmperryman](https://wordpress.org/support/users/andrewmperryman/) [@jtschulik](https://wordpress.org/support/users/jtschulik/)
 * I have taken a note of it and also notified the lead developer about it. We back
   get back to you soon on it
 *  Thread Starter [jtschulik](https://wordpress.org/support/users/jtschulik/)
 * (@jtschulik)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10547393)
 * Hi,
 * any updates on this?
 * thanks, Jakob
 *  Thread Starter [jtschulik](https://wordpress.org/support/users/jtschulik/)
 * (@jtschulik)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10547419)
 * Or maybe an idea how i could hook into this?
 *  [Frank Spade](https://wordpress.org/support/users/spade/)
 * (@spade)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10745218)
 * Me waiting too. Prathamesh Palve please do something.
 *  [Malay Ladu](https://wordpress.org/support/users/malayladu/)
 * (@malayladu)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10748670)
 * Hello,
 * We are working on it.
 * Will be fixed in upcoming release of Email Subscribers

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[caption] Shortcode’s not “rendering”’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

## Tags

 * [Short Code](https://wordpress.org/support/topic-tag/short-code/)

 * 7 replies
 * 5 participants
 * Last reply from: [Malay Ladu](https://wordpress.org/support/users/malayladu/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/caption-shortcodes-not-rendering/#post-10748670)
 * Status: resolved