Any way allow shortcodes in messages?

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 9 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
June 7, 2013 at 6:09 pm 4661
Tareq Hasan I would like to add a shortcode into a message so I can place a live recent posts widget into the message. Anyway to allow shortcodes in project manager message?
June 7, 2013 at 6:52 pm 4667
Tareq Hasan Tareq Hasan

Trying adding the code in your themes functions.php file
[php]add_filter( ‘cpm_get_content’, ‘do_shortcode’ );[/php]

Viewing 1 Posts - 1 through 1 (of 1 total)