Viewing 2 replies - 1 through 2 (of 2 total)
  • Place the below in your functions file

    //* Modify the Genesis content limit read more link
    add_filter( ‘get_the_content_more_link’, ‘sp_read_more_link’ );
    function sp_read_more_link() {
    return ‘… [Continue Reading]‘;
    }

    Sorry use this one

    //* Modify the Genesis content limit read more link
    add_filter( ‘get_the_content_more_link’, ‘sp_read_more_link’ );
    function sp_read_more_link() {
    return ‘ …more‘;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Three Dots (Crystal Theme)’ is closed to new replies.