• Anonymous User 11480689

    (@anonymized-11480689)


    Hello!. How can i add html code to my theme (not is shortcode).
    i mean, i has tried to add short code to my single.php but not working.
    i want ratting stars show somewhere!.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif;

    You can use that $pid or not. If not, it will get the current active post id.

    Put it any where you want to show, of course inside php tag.

    Thread Starter Anonymous User 11480689

    (@anonymized-11480689)

    Not working for me!. it’s show text: if(function_exists(“kk_star_ratings”)) : echo
    on my sigle post page.
    Not is stars

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i add html code to my theme not is shortcode’ is closed to new replies.