Hi,
Is it possible to easily add another tab in the Archives template for a CPT i have? Please see this here:
http://www.tameez.com/archives/
There are tabs for Posts, Pages, Categories, etc. I’d like add another tab for the galleries I have. Thanks.
Regards,
Hey Tameez!
You would have to edit the template-archives.php file. You could try copying lines 184 – 196 and past it below to create a new tab. You could then use this, https://codex.wordpress.org/Function_Reference/wp_list_pages, to display a list of your post types.
Regards,
Elliott