Title: Continue More
Last modified: August 19, 2016

---

# Continue More

 *  [JuneAlbert](https://wordpress.org/support/users/junealbert/)
 * (@junealbert)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/continue-more/)
 * I have a problem in my wordpress 3.0. i like to change the **continue reading**...
   link in **the_excerpt**.
    please help me.

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/continue-more/#post-1580845)
 * have you read this?
    [http://codex.wordpress.org/Function_Reference/the_excerpt#Make_the_.22read_more.22_link_to_the_post](http://codex.wordpress.org/Function_Reference/the_excerpt#Make_the_.22read_more.22_link_to_the_post)
 * if this is for TwentyTen, then there is something in functions.php about line
   250:
 *     ```
       function twentyten_excerpt_more( $more ) {
       	return ' &hellip; <a href="'. get_permalink() . '">' . __('Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten') . '</a>';
       }
       add_filter( 'excerpt_more', 'twentyten_excerpt_more' );
       ```
   
 * otherwise, can you give more details?

Viewing 1 replies (of 1 total)

The topic ‘Continue More’ is closed to new replies.

## Tags

 * [excerpt](https://wordpress.org/support/topic-tag/excerpt/)
 * [more link](https://wordpress.org/support/topic-tag/more-link/)

 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/continue-more/#post-1580845)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
