Home › Forums › Support › Blog next button translate This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 10, 2023 at 7:19 am #2490146 Rui Hi! I need to translate the next button in the blog navigation of my main page but I don’t find how, only inside the post: https://vertuainvest.com.br/ Could you help me please? January 10, 2023 at 8:40 am #2490388 DavidStaff Customer Support Hi there, you can use this PHP Snippet to change the Next and Prev button text: add_filter( 'generate_next_link_text', function() { return 'Next →'; } ); add_filter( 'generate_previous_link_text', function() { return '← Previous'; } ); Just update the text to what you require. And this doc explains how to add that PHP: https://docs.generatepress.com/article/adding-php/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In