Control where the rating is shown using shortcode
-
Hello and congrats on a wonderful plugin that is very fast and compact with everything needed.
I would like to change where the ratings are shown as they are shown on the very top of the page. I tried adding the following code in functions in a shortcode and to call that shortcode in my posts but it didnt work.function rating_function() { return '=function_exists('thumbs_rating_getlink') ? thumbs_rating_getlink() : '''; } add_shortcode('rating', 'rating_function');
How would you recommend I can change the place where the ratings can be displayed? I believe the only thing missing thing from the plugin would be the shortcode adding to display the ratings so users can control where it will be added for example inside a post/page.
Hope you can help, ive added a backlink to your plugin on my blogroll.
James
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Control where the rating is shown using shortcode’ is closed to new replies.