Title: Issue with caption
Last modified: May 13, 2017

---

# Issue with caption

 *  [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [9 years ago](https://wordpress.org/support/topic/issue-with-caption/)
 * Captions images appear in the excerpt when they are inserted at the top of the
   post.
 * Figura 1: [single](https://www.almendron.com/compartir/advanced-excerpt/advanced-excerpt-single.jpg).
   
   Figure 2: [index (excerpt)](https://www.almendron.com/compartir/advanced-excerpt/advanced-excerpt-excerpt.jpg).

Viewing 1 replies (of 1 total)

 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [9 years ago](https://wordpress.org/support/topic/issue-with-caption/#post-9129863)
 * Option “Remove shortcodes from the excerpt. (recommended)” does not work.
 * Temporary solution: modify file class/advanced-excerpt.php
 *     ```
       $text = get_the_content( '' );
       $text = apply_filters('the_content', $text);
       ```
   
 * change
 *     ```
       $text = get_the_content( '' );
       if(1 == $no_shortcode)
       	$text = strip_shortcodes($text);
       $text = apply_filters('the_content', $text);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Issue with caption’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-excerpt_ae8159.svg)
 * [Advanced Excerpt](https://wordpress.org/plugins/advanced-excerpt/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-excerpt/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-excerpt/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-excerpt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-excerpt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-excerpt/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [almendron](https://wordpress.org/support/users/almendron/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/issue-with-caption/#post-9129863)
 * Status: not resolved