• Resolved nd54448

    (@nd54448)


    Hi
    How can we change the “read more” part and customize de button ?
    I tried this in the functions.php of child theme, but no change :

    function modify_read_more_link() {
    return ‘Your Read More Link Text‘;
    }
    add_filter( ‘the_content_more_link’, ‘modify_read_more_link’ );

    thanks
    N

Viewing 4 replies - 16 through 19 (of 19 total)
  • Hi! I would like to change the “Continue Reading…” also. I’m using oceanwp(stylish demo)+elementor (both free versions) for the first time and I’m quite new to wp too, so would appreciate help very much. To change the text do I need a child theme? I have done only couple of wp sites so far and haven’t used a child theme yet, since have found everything within the theme options.

    Theme Author oceanwp

    (@oceanwp)

    Hello, yes you need to use a child theme: https://github.com/oceanwp/oceanwp-child-theme
    Look at the answers on this topic to have the solution.

    Thank you, will take a look at how to make a child theme and to change the text using your instuctions.

    Theme Author oceanwp

    (@oceanwp)

    Hi, no need to create a child theme, download the child theme via the link I sent you ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘change the “read more” in excerpt’ is closed to new replies.