Change “read more” text
-
Hey,
how and where can I change the “read more” text/link that appears after each block?function modify_read_more_link() {
return ‘Your Read More Link Text‘;
}
add_filter( ‘the_content_more_link’, ‘modify_read_more_link’ );doesn’t work and changing
function gridbox_excerpt_more( $more_text ) {
return ”;
}
add_filter( ‘excerpt_more’, ‘gridbox_excerpt_more’ );only adds another “read more” text after the text itself (instead of the box)
Thank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change “read more” text’ is closed to new replies.