WPIntell

Source evidence

[Plugin: Are PayPal] shortcode in template

Are PayPal · support · 2012-06-15T00:24:00+00:00

complaintsentiment
highseverity
0.79relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 47 rows with source links

12.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

41 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mlduclos unresolved
Is 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]"); ?>

Comments

1 shown
jamesdbruner 2012-08-18T20:21:00+00:00

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]"); ?>