Title: purposeandpath's Replies | WordPress.org

---

# purposeandpath

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Divi Theme – Add "read more" link](https://wordpress.org/support/topic/divi-theme-add-read-more-link/)
 *  Thread Starter [purposeandpath](https://wordpress.org/support/users/purposeandpath/)
 * (@purposeandpath)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/divi-theme-add-read-more-link/#post-4952672)
 * I put it after the last function, just like I posted here..
 * function excerpt_read_more_link($output) {
    global $post; return $output . ‘ID).‘”
   > Read More…‘; } add_filter(‘the_excerpt’, ‘excerpt_read_more_link’);
 * Did you try it like these?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Divi Theme – Add "read more" link](https://wordpress.org/support/topic/divi-theme-add-read-more-link/)
 *  Thread Starter [purposeandpath](https://wordpress.org/support/users/purposeandpath/)
 * (@purposeandpath)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/divi-theme-add-read-more-link/#post-4952666)
 * I’m so sorry, I didn’t see your questions earlier..
 * This is how I solved it:
 * I added the following in my functions.php:
 * function excerpt_read_more_link($output) {
    global $post; return $output . ‘ID).‘”
   > Read More…‘; } add_filter(‘the_excerpt’, ‘excerpt_read_more_link’);
 * Don’t know why but it didn’t work the first time I tried it… Hope it works with
   you 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Divi Theme – Add "read more" link](https://wordpress.org/support/topic/divi-theme-add-read-more-link/)
 *  Thread Starter [purposeandpath](https://wordpress.org/support/users/purposeandpath/)
 * (@purposeandpath)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/divi-theme-add-read-more-link/#post-4952447)
 * Solved it!

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