Title: modify_read_more_link doesn&#039;t work
Last modified: August 31, 2016

---

# modify_read_more_link doesn't work

 *  [rookhaven](https://wordpress.org/support/users/rookhaven/)
 * (@rookhaven)
 * [10 years ago](https://wordpress.org/support/topic/modify_read_more_link-doesnt-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)

 *  [Clarion Technologies](https://wordpress.org/support/users/clarionwpdeveloper/)
 * (@clarionwpdeveloper)
 * [10 years ago](https://wordpress.org/support/topic/modify_read_more_link-doesnt-work/#post-7371879)
 * Try this one may be it will work
 *     ```
       function et_excerpt_more($more) {
           global $post;
       return '...<br/><br/><a class="back-to-profile" href="' . get_permalink() . '">Full Bio</a>';
       }
       add_filter('excerpt_more', 'et_excerpt_more');
       ```
   
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years ago](https://wordpress.org/support/topic/modify_read_more_link-doesnt-work/#post-7371884)
 * > It works on one and not the other. Any thoughts?
 * are you also using the same themes in both sites?

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

The topic ‘modify_read_more_link doesn't work’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/modify_read_more_link-doesnt-work/#post-7371884)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
