I would like to be able to display other “related categories’ vs. a list of latest portfolio projects” How would I do this?
ie.. All portfolio entries assigned to a category names healthcare?
Hi Foundry172!
The “latest portfolio” widget enables you to display specific categories only. Just select the categories in the widget settings: http://www.clipular.com/c/6554056516435968.png?k=DHJdRTyTwCha6Cyhus1kZ-DQDsA
Best regards,
Peter
Thanks Dude, Correct. I was looking for a possible hack or a an addition to the function file. Anyone know of one?
Hi!
You can overwrite the entire widget (class) with your child theme. Just copy the code from wp-content/themes/enfold/framework/php/class-framework-widgets.php into your child theme and modify the code there. If you want to register a new widget for a cpt/taxonomy use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 – note that you MUST place it in the child theme functions.php or it will not work.
Best regards,
Peter
Thanks Dude, I will give this a shot.