Title: Theme Shortcode doesn`t work
Last modified: August 22, 2016

---

# Theme Shortcode doesn`t work

 *  [vermillion0815](https://wordpress.org/support/users/vermillion0815/)
 * (@vermillion0815)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-shortcode-doesnt-work/)
 * Hi,
 * the shortcode [caption id="attachment_xxx" align="alignnone" width="186"]some
   image[caption] doesn`work in accrodion. in frontend you will see just printed[
   caption id=”attachment_xxx” … for ever image with labeling words in accordion.
   Is there any solution for it?
 * Use WordPress 3.9.2 width aware theme
 * [https://wordpress.org/plugins/ppm-accordion/](https://wordpress.org/plugins/ppm-accordion/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [vermillion0815](https://wordpress.org/support/users/vermillion0815/)
 * (@vermillion0815)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/theme-shortcode-doesnt-work/#post-5186848)
 * so I could fix the Problem by my self. The solution is >> plugin-hook.php
    select
   this Line: `return ('<h3>' .$title. '</h3><div><div class="tab_content">' .$content.'
   </div></div>');`
 * change to:
    `return ('<h3>' .$title. '</h3><div><div class="tab_content">' .do_shortcode(
   $content). '</div></div>');`

Viewing 1 replies (of 1 total)

The topic ‘Theme Shortcode doesn`t work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ppm-accordion_2cbfec.svg)
 * [PPM Accordion](https://wordpress.org/plugins/ppm-accordion/)
 * [Support Threads](https://wordpress.org/support/plugin/ppm-accordion/)
 * [Active Topics](https://wordpress.org/support/plugin/ppm-accordion/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ppm-accordion/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ppm-accordion/reviews/)

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [vermillion0815](https://wordpress.org/support/users/vermillion0815/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/theme-shortcode-doesnt-work/#post-5186848)
 * Status: not resolved