Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Vadym,

    Please try to use the following PHP snippet, you can use Code Snippets plugin to easily add PHP snippets to your website.

    function modify_read_more_link() {
        return '';
    }
    add_filter( 'the_content_more_link', 'modify_read_more_link' );

    Kind Regards, Roman.

    Thread Starter vadim-v

    (@vadim-v)

    Thank Roman!

    But need hide “Read more” only for widget TEAM.

    Hello Vadym,

    I asked our Developer to check your issue.

    Let’s see what he says.

    Kind Regards, Roman.

    Hello Vadym,

    Can you please provide a link to your website?

    Kind Regards, Roman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘TEAM – need hide Read more’ is closed to new replies.