What would be the best way to set up columns for various types of post types (incl. the post post type)?
Is it still with the ‘generate_blog’columns’ filter? https://docs.generatepress.com/article/using-columns-in-the-blog/
Or with the new loop template block element will we have an option to set a different number of columns per post type and taxonomy type?
You should be able to add a query loop block to a block element - loop template using the latest GP and GP premium, toggle the Inherit query from template option.
Thanks Ying,
And In the query loop block I can adjust the number of grid columns and that will apply to the archive location (tags, category / CPT etc…)?
Am I correct?
Inherit query from template option, what are the benefits of that?
It removes the other options of the element (number of posts, query parameters etc…)
The idea is that we create one template loop, turn on Inherit query from template, and WP will do the querying?
Setting the number of posts to show would be done by settings => Reading