Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Wordpress-PostRatings (http://forum.bytesforall.com/showthread.php?t=19592)

shoffmeister Feb 8, 2013 03:17 AM

[SOLVED] Wordpress-PostRatings
 
Hi,

I installed the Wordpress-PostRatings Plugin.

But in the frontend you canīt see anything.

The user should have the possibility to rate a post. This would be displayed by Google as Rich Snippet...

Do you know what to do?

In the installation guide of the Plugin it says:
Open wp-content/themes/<YOUR THEME NAME>/index.php
You may place it in archive.php, single.php, post.php or page.php also.
Find: <?php while (have_posts()) : the_post(); ?>
Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists('the_ratings')) { the_ratings(); } ?>

The problem is:
Canīt find the right code: <?php while (have_posts()) : the_post(); ?>

lmilesw Feb 8, 2013 07:36 AM

Instead of editing theme files you might try putting a new widget area in one of the areas in Edit Post/Page Info Options. Then use a php aware text widget to add the code the plugin is giving you. Alternatively you can just use the shortcode on the posts you want to allow people to rate.

shoffmeister Feb 8, 2013 09:47 AM

I found a good functioning Plugin without problems:

GD Star Rating.

You can see the results in my Blog:
http://geistreich78.info/


All times are GMT -6. The time now is 02:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.