Hi,
I was wondering if it would be possible to change the word “All” which appears at the beginning of the Portfolio Categories to my own language. I have used WPML before, but in this website,, it is the only word which has to be translated.
Thanks for any help.
Best,
Nedim
This is the site: http://denizbey.nedimhazar.com/portfolyo/
Hi,
Please add the following code
add_filter('avf_portfolio_sort_first_label','new_first_label');
function new_first_label() {
$first_item_name = "New All Text";
return $first_item_name;
}
let us know if you need anything else.
Best regards,
Basilis
Thank you very much! That solved my problem.
Best regards,
Nedim
Hi,
Glad we could help :)
Best regards,
Nikko