Archived topic
Custom Postype Archives to match Blog settings ?
1 reply · Started by Giuseppe on September 15, 2021
Hi,
in Customizer, I set the blog archives to display in 2 columns
I have a custom post type (Merchandising) created with Pods: the archives will display only single column.
How do I tell Wordpress to use my theme settings for displaying the archives page of my CPT?
Thanks
Hi there,
Try this PHP snippet:
https://docs.generatepress.com/article/using-columns-in-the-blog/#adding-columns-to-your-custom-post-type
Adding PHP: https://docs.generatepress.com/article/adding-php/