Tagged: filtering, filters, portfolio categories, portfolio tags, Tags
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.
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
Hi Dino0103,
We’re glad to hear that :)
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko