Home › Forums › Support › How to delete the text previous/next in navigation categories This topic has 7 replies, 2 voices, and was last updated 2 years, 12 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 20, 2023 at 2:54 am #2573815 ROHART Hi, On my categories, I customize the navigation as on this image https://www.i-trekkings.net/wp-content/uploads/2023/03/Capture-décran-2023-03-20-à-10.43.02.jpg. But I would like to delete the text Préc (previous) and Suiv (next). How I can do that ? All the Bbest Gregory March 20, 2023 at 3:04 am #2573835 DavidStaff Customer Support Hi there, can you share a link to the site where i can see this? I just need to see how its being output. March 20, 2023 at 3:08 am #2573838 ROHART Hi David, The site is a staking site under development. It is not accessible. Would you like temporary admin access to watch? March 20, 2023 at 3:48 am #2573885 DavidStaff Customer Support Yes, if you can provide a temporary login in the Private Information field 🙂 March 20, 2023 at 4:32 am #2573946 ROHART Done 🙂 March 20, 2023 at 6:20 am #2574055 DavidStaff Customer Support Ah ok. Add This PHP Snippet: add_filter( 'generate_previous_link_text', function() { return '←'; } ); add_filter( 'generate_next_link_text', function() { return '→'; } ); March 20, 2023 at 7:26 am #2574132 ROHART Thanks very much David. March 20, 2023 at 8:32 am #2574337 DavidStaff Customer Support You’re welcome Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In