Hi all in the GD Star Rating you can choose (in special tab) to add manualy the Google Rich Snippets to your theme with an action.
Anybody know what is this action gdsr_gsr_insert_snippet? There is no reference in this plugin!
Thanks
Hi all in the GD Star Rating you can choose (in special tab) to add manualy the Google Rich Snippets to your theme with an action.
Anybody know what is this action gdsr_gsr_insert_snippet? There is no reference in this plugin!
Thanks
I am also wondering how to implement this function
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:)
This topic has been closed to new replies.