Title: Edit &quot;Older Posts&quot; button
Last modified: August 30, 2016

---

# Edit "Older Posts" button

 *  [carlosapin](https://wordpress.org/support/users/carlosapin/)
 * (@carlosapin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/edit-older-posts-button/)
 * How do I edit the text in older posts button? I have activated infinity scroll
   in Jetpack.
    Also, button appears as a rectangle and not with circle angles such
   as in Demo. How can I fix this? Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [carlosapin](https://wordpress.org/support/users/carlosapin/)
 * (@carlosapin)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/edit-older-posts-button/#post-6349519)
 * I found a solution for editing the text, adding this script to functions.php 
   on my child theme.
 * <?php
 * function jeherve_custom_infinite_more() {
    if ( is_home() || is_archive() ) {?
   > <script type=”text/javascript”> //<![CDATA[ infiniteScroll.settings.text = “
   CUSTOMIZED TEXT”; //]]> </script> <?php } } add_action( ‘wp_footer’, ‘jeherve_custom_infinite_more’,
   3 );
 * Any idea on how to make button appear with rounded angles and not as a rectangle???

Viewing 1 replies (of 1 total)

The topic ‘Edit "Older Posts" button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spun/2.0.2/screenshot.png)
 * Spun
 * [Support Threads](https://wordpress.org/support/theme/spun/)
 * [Active Topics](https://wordpress.org/support/theme/spun/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spun/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spun/reviews/)

## Tags

 * [older posts](https://wordpress.org/support/topic-tag/older-posts/)

 * 1 reply
 * 1 participant
 * Last reply from: [carlosapin](https://wordpress.org/support/users/carlosapin/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/edit-older-posts-button/#post-6349519)
 * Status: not resolved