Title: sebbe76's Replies | WordPress.org

---

# sebbe76

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to replace "Continue reading" with […]](https://wordpress.org/support/topic/how-to-replace-continue-reading-with/)
 *  [sebbe76](https://wordpress.org/support/users/sebbe76/)
 * (@sebbe76)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/how-to-replace-continue-reading-with/#post-1862549)
 * Hello guys, try this:
 *     ```
       <?php
       function new_excerpt_more($more) {
       	return ' <a href="'. get_permalink() . '">' . __('<br/>' . '<br/>' . '[...] <span class="meta-nav"></span>', 'twentyten' ) . '</a>';
       }
       add_filter('excerpt_more', 'new_excerpt_more');
       ?>
       ```
   
 * _Note this should not replace any previous code_

Viewing 1 replies (of 1 total)