Hi,
I notice that the Portfolio code doesn’t have many (any) filter or action hooks to which I can add custom functionality. I need to add a custom taxonomy, modify how the filters look/work, add new filters for the new taxonomy, change the look and content of the Portfolio post blocks.
Is there any documentation, I couldn’t find any, on this topic?
Thanks!
-Jacob
Hey jacobdubail!
Thank you for using Enfold.
There is no documentation regarding the portfolio items but it’s possible to register your own taxonomy. You can find the portfolio post type registration in the includes > admin > register-portfolio.php file. If you need to modify the default parameters of the portfolio post type, use the “avf_portfolio_cpt_args” filter. You can find a lot of examples by searching the forum.
Regards,
Ismael
