Home › Forums › Support › Modify previous and next button text from pagination on Archive Page This topic has 3 replies, 2 voices, and was last updated 5 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 24, 2022 at 9:55 am #2384506 Szymon How to change texts: “Previous” and “Next” on default pagination on archive page? The Block Element Archive Navigation isn’t a solution, because i can’t add page numbers. October 24, 2022 at 12:06 pm #2384595 YingStaff Customer Support Hi there, Try this PHP snippet, replace the Previousand Nexttext in the code with your words: add_filter( 'generate_previous_link_text', function() { return 'Previous'; } ); add_filter( 'generate_next_link_text', function() { return 'Next'; } ); October 24, 2022 at 11:46 pm #2385027 Szymon @Ying Thank you, this is it <3 October 25, 2022 at 10:30 am #2385912 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In