shortcodes not working in php file
-
Hi,
I am trying to add short code generated by WP canvas plugin inside my index.php file but instead of displaying the shortcode output, it is displaying shortcode itself in the webpage. I am using do_shortcode method, but it isn’t working for me.
eg. I am trying to make the following shortcode work<?php echo do_shortcode( '
[wc_pricing type="primary" featured="yes" plan="Basic" cost="$19.99" per="per month" button_url="#" button_text="Sign Up" button_target="self" button_rel="nofollow"]- 30GB Storage
- 512MB Ram
- 10 databases
- 1,000 Emails
- 25GB Bandwidth
[/wc_pricing]
'); ?>Instead of displaying the output, shortcode itself is appearing as output.
Please help.!!Tim
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘shortcodes not working in php file’ is closed to new replies.