Title: Shortcode not executed
Last modified: February 8, 2017

---

# Shortcode not executed

 *  Resolved [andikundi](https://wordpress.org/support/users/andikundi/)
 * (@andikundi)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-executed/)
 * When posting an Timeline-Story Shortcode is not executed.
 * See: [https://picload.org/image/roidciri/screenshot.jpg](https://picload.org/image/roidciri/screenshot.jpg)
 * in my case I want to add some small responsive galleries with 3-5 images to some
   of the timeline posts.
    it would be nice if the timeline posts behave like regular
   posts.
 * I have the “Full (with HTML)” mode activated.

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

 *  Plugin Author [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * (@narinder-singh)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-executed/#post-8785530)
 * Hi,
 * Thanks for using our plugin.
 * You can execute shortcodes in story content by updating small snippet of code.
   
   Please follow below mentioned steps in order to add support of shortcodes in 
   content.
 * Please go to this path and find this file:-**cool-timeline/includes/cool_timline_template.
   php **
 * Open it in your text editor and goto line no **# 228 **
    And find this code:-`
   $story_cont = get_the_content();` Just replace it with below added code:- `$story_cont
   =apply_filters( 'the_content', get_the_content() );`
 * Save your file and check your timeline.
    Please let me know if you are still 
   facing any problem.
 * Best Regards,
    Cool Timeline Team.
 *  Thread Starter [andikundi](https://wordpress.org/support/users/andikundi/)
 * (@andikundi)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-executed/#post-8785660)
 * Works great thanks.
    Will this be included in future releases or do i have to
   re-enter it at every update?
 *  Plugin Author [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * (@narinder-singh)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-executed/#post-8788838)
 * It’s my pleasure.
 * Don’t worry,We will add this code in next updates.
 * Hope we are helpful for you.I would greatly appreciate it if you kindly give 
   me some feedback.
 * Thanks in Advance!
 * Cool Timeline Team.

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

The topic ‘Shortcode not executed’ is closed to new replies.

 * ![](https://ps.w.org/cool-timeline/assets/icon-256x256.gif?rev=3365763)
 * [Cool Timeline (Horizontal & Vertical Timeline)](https://wordpress.org/plugins/cool-timeline/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cool-timeline/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cool-timeline/)
 * [Active Topics](https://wordpress.org/support/plugin/cool-timeline/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cool-timeline/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cool-timeline/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [CoolHappy](https://wordpress.org/support/users/narinder-singh/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-executed/#post-8788838)
 * Status: resolved