Comments steenr started the conversationMay 4, 2020 at 2:35pmAs my page is in Danish - I need to change the portfolio footer label "Next Project" to "Næste". I read that this could only be done in function.php line 3008,... but functions.php has only 233 line and no text string "Next Project"kind regardsSteen 2,979Andrew repliedMay 4, 2020 at 3:10pmHi Steen,Try using this Plugin : https://wordpress.org/plugins/say-what/ . Hope this helps.steenr repliedMay 4, 2020 at 10:25pmThanks! It resolved my immediate problem, but some CSS code might have been a better solution.kind regardsSteen 2,979Andrew repliedMay 5, 2020 at 10:53amHi Steen,Using the plugin is much better should you need to change other text in the website.Try the following css: #portfolio-nav #next-link a > span { display: none; } #portfolio-nav #next-link a:before { content: "Next"; } Kind regards.1 Like Sign in to reply ...
As my page is in Danish - I need to change the portfolio footer label "Next Project" to "Næste". I read that this could only be done in function.php line 3008,... but functions.php has only 233 line and no text string "Next Project"
kind regards
Steen
Hi Steen,
Try using this Plugin : https://wordpress.org/plugins/say-what/ .
Hope this helps.
Thanks! It resolved my immediate problem, but some CSS code might have been a better solution.
kind regards
Steen
Hi Steen,
Using the plugin is much better should you need to change other text in the website.
Try the following css:
Kind regards.