I have changed the "Project Label" to "Recipes" in the Salient setting. Unfortunately the label at the bottom of the individual portfolio still says "Next Project".
The project slug indeed only changes the 'portfolio' text in the URL to your preferred text (e.g, 'recipes). If you want to change the text in the theme, you may want to use a string replacement plugin such as Say What .
Alternatively, you can modify the source code directly by editing the functions.php file in wp-content\themes\salient\ directory in your FTP and replace all the 'Next Project' with 'Next Recipe' and 'Previous Project' with 'Previous Recipe'.
Thank you for you response. I have had an attempt at using the Plugin. It is difficult to find documentation on how to use the plugin. Could you please provide and example of the Text Domain and Text Context for the "Next Project" String. I cant seem to get this to work.
The text domain for 'next project' and 'previous project' is 'salient' add 'salient' (without the quote). It is advisable to make two instances using each text domains. As for the text context, it is actually an explanation text of what does the string means so you can fill it with anything.
Alternatively, you can replace the text directly from the source code by editing the file functions.php in wp-content\themes\salient\ directory from your FTP. The text that you're looking for is located on line 3007, 3008, 3073, 3080, 3089, and 3092
Good Morning,
I have changed the "Project Label" to "Recipes" in the Salient setting. Unfortunately the label at the bottom of the individual portfolio still says "Next Project".
Is it possible to change this to "Next Recipe"
Thank you for your time,
Dean
Hi Dean,
Thank you for reaching out to us.
The project slug indeed only changes the 'portfolio' text in the URL to your preferred text (e.g, 'recipes). If you want to change the text in the theme, you may want to use a string replacement plugin such as Say What .
Alternatively, you can modify the source code directly by editing the functions.php file in wp-content\themes\salient\ directory in your FTP and replace all the 'Next Project' with 'Next Recipe' and 'Previous Project' with 'Previous Recipe'.
Hope this solves the problem.
Best regards.
Thank you for you response. I have had an attempt at using the Plugin. It is difficult to find documentation on how to use the plugin. Could you please provide and example of the Text Domain and Text Context for the "Next Project" String. I cant seem to get this to work.
Thank you for your assistance.
Hi again Dean,
Thank you for writing back to us.
The text domain for 'next project' and 'previous project' is 'salient' add 'salient' (without the quote). It is advisable to make two instances using each text domains. As for the text context, it is actually an explanation text of what does the string means so you can fill it with anything.
Alternatively, you can replace the text directly from the source code by editing the file functions.php in wp-content\themes\salient\ directory from your FTP. The text that you're looking for is located on line 3007, 3008, 3073, 3080, 3089, and 3092
Hope this solves the problem.
Best regards.