I’ve created a custom post type ‘seminar’ and I’ve register the ‘portfolio_entries’ taxonomy with ‘seminar’
register_taxonomy_for_object_type( 'portfolio_entries', 'seminar' );
I then add Seminar posts and assign them to a new ‘portfolio_entries’ taxonomy e.g. Seminars. I then create a Page and drop in the Portfolio Grid content element and select my Seminars category but it is not displaying any entries and the page has a sidebar.
How can I use portfolio template layout with a custom post type?
Thanks.
Hi!
Is there any portfolio items assigned to the ‘seminars’ category?
Best regards,
Josue
No not ‘portfolio’ items but my CPT Seminar items are assigned to the ‘seminars’ category.
Hi!
Well, i believe the Portfolio Grid element won’t work with CPT without editing the source file (/config-templatebuilder/avia-shortcodes/portfolio.php).
It would be a lot easier to use a portfolio item category instead.
Best regards,
Josue