Hi,
I would like to change the name of an element in the cms system of wordpress.
I would like to change the name “portfolio” to “items”
Is there a easy way to achieve this?
Hi Benjaminlivingthebrand!
Edit includes > admin > register-portfolio.php, find this code on line 9:
'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
Replace it with:
'name' => _x('Items', 'post type general name','avia_framework'),
Cheers!
Ismael
Great works :)