Reply To: Testimonial on Portfolio page

#3544
Raghavendra
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.