Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gogomx

    (@gogomx)

    I got it.

    Plugin Author Ricard Torres

    (@quicoto)

    Hi there,

    It’s always good to post the code/answer so other people can learn it if they struggle with the same issue.
    The code should look like:

    function thumbs_rating_print($content)
    {
        return thumbs_rating_getlink() . $content;
    }
    add_filter('the_content', 'thumbs_rating_print');

    Cheers,

    Rick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons shows below the content’ is closed to new replies.