Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1241729

    Hi there,

    I am hoping to finish this soon so this is a big of an *URGENT* request! :)

    I’m wondering if there is a way to hard-code into my child theme a change to the “Portfolio Categories” title. I am using the portfolio to act like a product gallery and I’d prefer to replace “Portfolio Categories” with “Product Information” for the website visitor, who is searching for “products” not portfolio items… I hope that makes sense. And for the portfolio and blog “Tags” I would prefer it the “Tags” title to say “Product Details” or “Details” instead of Tags. Is that possible and can you guide me on how to achieve this?

    Please view the attached screenshot below for a visual sample of how it appears publicly in a dropdown for the products I’ve created.

    #1241735

    Hey Dino0103,

    I think you should be able to make the change in the form you are using.
    If it just fetches the name of the category without any option to change the label, then there’s no way to change it via child theme.
    What you can do instead is to modify it in the parent theme (Enfold) in enfold > includes > admin > register-portfolio.php (line 55 in version 4.7.6.3):

    "label"				=> "Portfolio Categories",

    replace Portfolio Categories with Product Information.
    For Tags, it’s just the regular tags included in the post type.

    Best regards,
    Nikko

    #1241738
    This reply has been marked as private.
    #1241751

    Hi Dino0103,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘*URGENT* Change "Portfolio Categories" title / description on front end’ is closed to new replies.