• Resolved doubleu14

    (@doubleu14)


    Hai. I want to ask is it possible to remove comment link in recent post widget. I know where the exact code to remove the link but when there is an update it will go back to usual. My client want to disable comment in WordPress, and I like the layout of your recent post widget. please help me. Thanks

    (I cannot share my link website yet since I’m still using localhost)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Amit Singh

    (@apprimit)

    Hello,

    Try to add the below code to the Customize > Custom CSS section to remove the comment link from the recent post widget –

    .oceanwp-recent-posts .recent-posts-info .sep, .oceanwp-recent-posts .recent-posts-comments {
        display: none;
    }
    Thread Starter doubleu14

    (@doubleu14)

    Thank you so much. It works.

    Plugin Author Amit Singh

    (@apprimit)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove comment link from recent post widget’ is closed to new replies.