• zafon123

    (@zafon123)


    Hi, I had a problem with the Read more <!–more–>
    I managed to solve this by adding this code to the functions.php file

    function modify_read_more_link() {
    	    return '<a class="more-link" href="' . get_permalink() . '"><Your Read More Link Text</a>';
    }
    add_filter( 'the_content_more_link', 'modify_read_more_link' );

    Regards

    • This topic was modified 7 years ago by zafon123.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘#more-000 post href’ is closed to new replies.