Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Testimonial on Portfolio page › Reply To: Testimonial on Portfolio page
December 28, 2013 at 12:47 pm
#3544
Moderator
If you really need the shortcode function in the description sidebar field of portfolio entry, you can make a small change in the code in single-portfolio.php file in the theme folder. Pls change line number 43 to
$project_info = do_shortcode(get_post_meta($post->ID, '_portfolio_info_field', true));
and shortcodes will start working in that field.