Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #232137

    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?

    #232182

    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

    #232225

    Great works :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘`Changing the name of an element in the wordpress cms’ is closed to new replies.