Conversation
supportIs there a way to use php in template instead short code? its because I want to sell pdf version of the posts, which is automatically generated by another plugin. similar to scribd way, you have an html version and the pdf download only under a single payment to the blog. Although its a easy concept, im not finding easy to implement this. thanks. http://wordpress.org/extend/plugins/are-paypal/
I’m not entirely sure what you’re asking but if you’re asking if you can use shortcodes in your template then yes, you can just do this: <?php do_shortcode("[yourshortcodehere]"); ?>
I’m not entirely sure what you’re asking but if you’re asking if you can use shortcodes in your template then yes, you can just do this: <?php do_shortcode("[yourshortcodehere]"); ?>