• Resolved blueyez

    (@blueyez)


    plugin version: 1.8.6
    1234 = my ID

    <div id="pd_rating_holder_1234"></div>
    	<script language="javascript">
    	PDRTJS_settings_1234 = {
    	"id" : "1234",
    	"unique_id" : "wp-post-<?php echo( $post->ID ); ?>",
    	"title" : "<?php echo( $post->post_title ); ?>",
    	"permalink" : "<?php echo( get_permalink( $post->ID ) ); ?>"
    	};
    	</script>
    	<script language="javascript" src="http://i.polldaddy.com/ratings/rating.js"></script>
    </div>

    in the html source, the code appears ok, but the stars appear only for the post

    plugins that i use:

    Simple Post Thumbnails
    the_excerpt Reloaded
    WP No Category Base

    java scripts:

    jquery
    jquery.jfade.1.0.min
    foliogrid

    Theme:

    FolioGrid
    http://www.thefloatingfrog.co.uk/

    http://wordpress.org/extend/plugins/polldaddy/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter blueyez

    (@blueyez)

    edit:

    in the html source, the code appears ok, but the stars appear only for the first post

    Thread Starter blueyez

    (@blueyez)

    <div class="pd-rating" id="pd_rating_holder_1234_post_<?php echo( $post->ID ); ?>"></div>
    <script language="javascript" charset="utf-8">
    PDRTJS_settings_1234_post_<?php echo( $post->ID ); ?> = {
    "id" : "1234",
    "unique_id" : "wp-post-<?php echo( $post->ID ); ?>",
    "title" : "<?php echo( $post->post_title ); ?>",
    "permalink" : "<?php echo( get_permalink( $post->ID ) ); ?>",
    "item_id" : "_post_<?php echo( $post->ID ); ?>"
    }; </script>

    in footer / header:
    <script language=”javascript” src=”http://i.polldaddy.com/ratings/rating.js”></script&gt;

    Hi, are you trying to insert ratings into your theme? If you would like to do this, I suggest you use the template tag…

    <?php echo polldaddy_get_rating_html(); ?>

    If you would like to insert ratings into the posts, use the embed shortcode.

    where this template tag needs to go?

    Difficult to say what file to put the template tag in as where you place it depends on where you want to rating to appear in your blog and what theme you are using.

    http://codex.wordpress.org/Template_Tags

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: PollDaddy Polls & Ratings] rating doesn’t appear’ is closed to new replies.