Home › Forums › Support › How to translate an edit posts with WP Show Posts 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 23, 2023 at 6:45 am #2505831 Kasper I have some trouble with som translation (Next link) and also the Category link (Artikler) https://www.supermacservice.dk/screenshot-frontpage.png Is there anyway to correct this? Located on the lower part of the frontpage https://www.supermacservice.dk/ Thank you Kasper January 23, 2023 at 9:44 am #2506146 DavidStaff Customer Support Hi there, try the PHP Snippet that Tom provides here for the Navigation: https://wpshowposts.com/support/topic/filter-for-changing-the-pagination-previous-next-text/#post-8807 For the category you can try: add_filter( 'gettext', function( $translated_text, $text, $domain ) { if ( 'Artikler' === $translated_text ) { $translated_text = 'Your custom text'; } return $translated_text; }, 20, 3 ); 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