modify_read_more_link doesn't work
-
I have this code on two sites, exactly the same code and version of wordpress:
add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return '...<br/><br/><a class="back-to-profile" href="' . get_permalink() . '">Full Bio</a>'; }It works on one and not the other. Any thoughts?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘modify_read_more_link doesn't work’ is closed to new replies.