Hello David,
You’ve been of tremendous help. For example I’d never heard of post classes before ?? But I’m really new here.
And I’m still wondering, in which page do you call for the different template parts.
In your index.php you call for
get_template_part( ‘content’, ‘switch’ );
or should I use the original code instead?
get_template_part( ‘content’, get_post_format() );
Or does WP recognize the different template parts as such, and can I choose one by creating/adjusting a new catergory?
Marijn