Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cnjones

    (@cnjones)

    Please help as I’ve tried multiple things that have not worked.

    Thanks!

    Hey there cnjones,

    Hope you’re well today!

    You can do this in two ways. Since the words are translatable you can use translation files to change them. You can find more info here https://codex.www.ads-software.com/Translating_WordPress.

    Otherwise you’ll have to edit template-tags.php which is located in /wp-content/themes/accesspress-lite/inc/template-tags.php. The words you’re looking for are located in lines 27 and 31. They look like this:

    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'accesspresslite' ) ); ?></div>
    
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'accesspresslite' ) ); ?></div>

    Replace Older posts and Newer posts with the words of your choice. I strongly suggest copying file into your child theme and making the changes there. That way your changes will not be lost when you update the theme ??

    Hope this helps.

    Best regards,
    Bojan

    Thread Starter cnjones

    (@cnjones)

    Thank you Bojan! That worked great- appreciate your response.

    Hey there cnjones,

    Working with Bojan here. Glad it’s working for you! ??

    I suggest you mark this thread as resolved so other members with the same issue can see that this ticket contains an answer that maybe a possible solution for their issue.

    Take care,
    Calvin

    Theme Author Access Keys

    (@access-keys)

    Hi,
    Thanks for all participating this thread and solving it.
    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help changing text from "Older Posts" to "Next Page"’ is closed to new replies.