• Hello,

    I would like to only provide the like button by wp ulike on posts and comments.
    I would like to deactivate the function on normal pages like “home”.

    Is there a code for that? I can’t find a setting for that.

    Unfortunately I can’t publish an URL on here because the site is private.

    Thank you very much.

    • This topic was modified 3 years, 9 months ago by presseloxx.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The same problem after the new update the like button appears on all of my pages specially my home page and I can’t remove it. It would nice if there’s an option to disable like on some pages

    Thread Starter presseloxx

    (@presseloxx)

    Hello,

    I just copied this code into my custom css. I had to do that for each page I did not want to have a like button there, but in the end it works.

    Maybe this can help you. 🙂

    .page-id-xxx .wpulike-default {display: none;}

    The xxx should be your page id.

    • This reply was modified 3 years, 9 months ago by presseloxx.
    • This reply was modified 3 years, 9 months ago by presseloxx.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deactivate like button on different pages’ is closed to new replies.