• Hello,
    how can I change the position of the Rich snippet? I selected “On Snippet Action” panel and insert <?php gdsr_gsr_insert_snippet?> In my theme, but it did not work.

    What am I doing wrong?

    Sorry my poor English.

    Thanks.

Viewing 1 replies (of 1 total)
  • this is the code that you should add in you theme file (probably single.php):

    <?php do_action( ‘gdsr_gsr_insert_snippet’); ?>

    that will generate code for google:)

Viewing 1 replies (of 1 total)
  • The topic ‘GD Star Rating – Change the position of the Rich snippet’ is closed to new replies.