Paul:
Here’s what people want: Move cats and tags to the top of the post, below the title. It should look like the default version normally on the bottom with the icons. Don’t duplicate cats and tags on the archive pages.
Can I confirm people are preferring to not display categories and tags on the archive page but only for single posts? Mine still is despite using the last function and CSS Tom put up; this is a section of my home page set to display my blog:
https://drive.google.com/open?id=1vQ_YeQFdL2-m4uGZFBckcqUIaVoCwjed
The other question is, although for my regular single posts the categories and tags are now displaying below the title, they are not for a CPT. I have also tried so with and without the below function previously suggested:
add_filter( 'generate_footer_meta_posts_types', function( $types ) {
$types[] = 'pictures';
return $types;
} );
thanks,