Location and customer reviews
-
Hey guys,
I am using your plugin (pro-version) on my site (https://bit.ly/1IwDDHD)
And I inserted it manually with the <php code> in the single.php
I want to place it directly under the content and NOT under the other plugins I am running.
In single.php, I can only put the <php code> before or after the content, not IN the content.
<div class=”entry-content”>
<?php the_content(); ?>
<?php echo cwppos_show_review($post_id); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”><span>’ . __( ‘Pages:’, ‘wellthemes’ ) . ‘</span>’, ‘after’ => ‘</div>’ ) ); ?>
</div><!– /entry-content –>
Besides that, my visitors can’t place reviews, while I did activate this in the plugin. I allow visitors to place reviews. Any idea what I am doing wrong?
- The topic ‘Location and customer reviews’ is closed to new replies.