• Mr Lucky

    (@voodoochill)


    Can someone please tell me how to change the default text of Read More. I know it can be done via the customiser in the premium version, but I’m sure there may be a simple function code to do this in free version.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • ying

    (@yingscarlett)

    Hi there,

    Try this:

    add_filter('generate_excerpt_more_output', 'custom_read_more');
    function custom_read_more($output) {
    return ' Your own read more ... ';
    }
    Thread Starter Mr Lucky

    (@voodoochill)

    not working for me ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.