I am using Artpal which used the shortcode [artpal=insert] in the post content to add paypal button and pricing to the post.
Unfortunately the plugin does not provide a php version of this shortcode so it can added directly to the template. Is there a way to convert this in to a php script?
I have tried <?php echo ('[artpal=insert]'); ?>
however this just displays the text [artpal=insert]
Any ideas on how I could imbed this into the template or turn it in to php command?