Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kyle Phillips

    (@kylephillips)

    To show the button, you’ll want to use the get_favorites_button() function. If you’re inside the loop, the post id isn’t necessary.

    Thread Starter Laurent R

    (@laurent-r)

    Hi Kyle,

    It doesn’t work.
    When I add any of the functions in the theme, I don’t see any result.

    Thread Starter Laurent R

    (@laurent-r)

    Hi,

    I still can’t make it work.
    Do I have to add something else in addition to get_favorites_button()?

    Use the shortcode and wrap it in php:

    <?php echo do_shortcode('[favorite_button post_id="" site_id=""]'); ?>

    Thread Starter Laurent R

    (@laurent-r)

    Why didn’t I think about it…

    Thanks a lot suge1w!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Button in theme's masony’ is closed to new replies.