Title: &#8220;Read the full article&#8221; link
Last modified: August 19, 2016

---

# “Read the full article” link

 *  Resolved [jerickko](https://wordpress.org/support/users/jerickko/)
 * (@jerickko)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/)
 * Where is it possible to edit the php code of the “Read full article” link?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410137)
 * if you haven’t found any assistence in here:
    [http://codex.wordpress.org/Customizing_the_Read_More](http://codex.wordpress.org/Customizing_the_Read_More)
 * you could start by editing index.php of your theme and looking for the text within
   the brackets of ‘the_content()’
 * you could also provide more details (theme?, link?)
 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410188)
 * Hi,
 * OPen the index.php, page.php file where you want to display the full article 
   and find this:
 * `the_excerpt()`
 * Replace with:
 * `the_content()`
 * Thanks,
 * Shane G.
 *  Thread Starter [jerickko](https://wordpress.org/support/users/jerickko/)
 * (@jerickko)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410200)
 * I was looking to remove the “link jump” when clicking _More_ or _Read the full
   article_.
    I’ve added the following code to functions.php, but that didn’t work:
   [http://codex.wordpress.org/Customizing_the_Read_More#Link_Jumps_to_More_or_Top_of_Page](http://codex.wordpress.org/Customizing_the_Read_More#Link_Jumps_to_More_or_Top_of_Page)
 * I’m using the Techified theme on a local machine
    [http://www.technologytricks.com/techified-just-another-premium-wordpress-themes/](http://www.technologytricks.com/techified-just-another-premium-wordpress-themes/)
 * Any help on how to prevent the page from jumping to the more tag?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410207)
 * maybe ther is some information in here:
    [http://codex.wordpress.org/Template_Tags/the_content#Overriding_Archive.2FSingle_Page_Behavior](http://codex.wordpress.org/Template_Tags/the_content#Overriding_Archive.2FSingle_Page_Behavior)
 * where is says: ‘if you need to display all of the content: ‘
 *  Thread Starter [jerickko](https://wordpress.org/support/users/jerickko/)
 * (@jerickko)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410210)
 * alchymyth, what I mean is that when I click _Read the full article_, it loads
   the single post page, but automatically goes down to the part where I’ve inserted
   the “More” tag.
    What I would like to do is not to have the page jump down when
   loading the article, but instead stay up
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410215)
 * i finally got what you are trying to achieve.
    i tried the code for functions.
   php that you linked to, in my local setup, and it worked.
 * die you leave the code from this link
    [http://codex.wordpress.org/Customizing_the_Read_More#Link_Jumps_to_More_or_Top_of_Page](http://codex.wordpress.org/Customizing_the_Read_More#Link_Jumps_to_More_or_Top_of_Page)
   in the functions.php of your theme?
 * if so, does your browser (in IE for instance at the bottom) show `#more-yy` at
   the end of the lnk url when you hover over the ‘read more’ on the front page (
   index.php)?
 *  Thread Starter [jerickko](https://wordpress.org/support/users/jerickko/)
 * (@jerickko)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410216)
 * I’ve put the code at the end of functions.php, just before this:
    <?php } ?>
 * and it still shows #more-yy at the bottom
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410219)
 * that looks like you put it into the end of annother function –
    try to put it
   after the } – like so:
 *     ```
       <?php } 
   
       -your code here-
   
       ?>
       ```
   
 *  Thread Starter [jerickko](https://wordpress.org/support/users/jerickko/)
 * (@jerickko)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410221)
 * ahah, thank you so so so much alchymyth! that worked. You’ve been of fantastic
   help. I truly appreciate your time and help. I was about to give up, but you’ve
   made my day.
 * Thank you!

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

The topic ‘“Read the full article” link’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 3 participants
 * Last reply from: [jerickko](https://wordpress.org/support/users/jerickko/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/read-the-full-article-link/#post-1410221)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
