Anyone?
I feel certain that I just need to add the do_shorcode($content) action to the postTabs script. Can anyone tell me how/where to add it?
You can download the script here:
postTabs.php
Please help if you can!
Hi,
Yes, it is supported . . . I tried to input
function tab_shortcode( $atts, $content = null ) {
return ‘<span class=”tab”>’ . do_shortcode($content) . ‘</span>’;
}
add_action(‘thesis_hook_after_content’, ‘tab_shortcode’, ’11’);
into my custom_functions.php, but to no avail.
Can anyone help me with where this code should go?