• Resolved RTTRDM

    (@rttrdm)


    Hi!

    Is there any (semi-)easy way to add code to my theme to display the like-heart at a random (in my case next to the date of posts) places in the theme?

Viewing 1 replies (of 1 total)
  • Plugin Author ratkosolaja

    (@ratkosolaja)

    You can do it via shortcode: [simplicity-likes]. This would be the code you would use:
    <?php echo do_shortcode( '[simplicity-likes]' ); ?>

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Add code to html of theme to display the heart? :`0’ is closed to new replies.