• Hi! Good theme!

    I add <!–more–>

    Designer
    <!--more-->
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc maximus vitae sapien rutrum porttitor. Fusce blandit posuere odio nec eleifend.
    TEAM
    Steve Doe
    Designer (Read more…)

    Need hide Read more. Thanks!

    https://wordpress.org/themes/astrid/

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.