Title: devnl's Replies | WordPress.org

---

# devnl

  [  ](https://wordpress.org/support/users/devnl/)

 *   [Profile](https://wordpress.org/support/users/devnl/)
 *   [Topics Started](https://wordpress.org/support/users/devnl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devnl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devnl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devnl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devnl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devnl/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom read more text not working](https://wordpress.org/support/topic/custom-read-more-text-not-working/)
 *  Thread Starter [devnl](https://wordpress.org/support/users/devnl/)
 * (@devnl)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/custom-read-more-text-not-working/#post-2474407)
 * Solved it for now by using the following in functions.php, but this shouldnt 
   be a solution if you ask me…
 *     ```
       function handle_more_link( $link, $link_text ) {
       	return str_replace( $link_text, 'Lees verder &raquo;', $link);
       }
   
       add_filter( 'the_content_more_link', 'handle_more_link', 10, 2 );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom read more text not working](https://wordpress.org/support/topic/custom-read-more-text-not-working/)
 *  Thread Starter [devnl](https://wordpress.org/support/users/devnl/)
 * (@devnl)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/custom-read-more-text-not-working/#post-2474402)
 * A full pastebin can be found here:
 * [http://pastebin.com/J8e0YMy7](http://pastebin.com/J8e0YMy7)

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