Hello
I created a CPT through this page here (https://generatewp.com/post-type/) and included it through my child theme.
Now I would like to add a filter option to the custom post type archive.
On the archive page I would like to be able to filter by taxonomy, so that only the articles with the selected taxonomy are displayed.
Can you help me here how I could implement this with GP?
Thanks
I am not sure if a plugin is working since i would like to use the layout for the post types generated by GP Elements Block – Content Template.
Do you have any hints how to achive this? Do i need to copy the archive.php page?