WP Collapse-o-matic – call a funciton inside a shortcode??
-
Hi there,
I am trying to get product information inside a collapse-o-matic shortcode… I have put it into my template, and can get the expanding text to work:
<?php echo do_shortcode('[expand title="More Information"]My content [/expand]'); ?>
The only problem is that where it says ‘My Content’ above, I want to have this:
<?php echo wpsc_the_product_additional_description(); ?>
I just can’t seem to get the syntax right – can anybody help?
Thanks so much in advance,
Zo
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP Collapse-o-matic – call a funciton inside a shortcode??’ is closed to new replies.