How to Add Plugin via PHP to page template?
-
I am running this plugin on a multi site, but the theme I’m using has the following code:
<form id="add-review-form" action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post">
with all the fields, etc…Whenever I submit the information I get a:
“Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again.” from domain.com/wp-comments-post.php
But the captcha isn’t appearing on the page… So I’m thinking I have to manually add it? But even if I do add it, will there be “two” of them somehow?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to Add Plugin via PHP to page template?’ is closed to new replies.