Alter Meta Sections (date, comments, author, etc) For Custom Post Types
// Alter the custom post type meta blocks. function my_alter_cpt_meta_blocks( $blocks ) { // Your meta blocks array ( you can move them around or remove some ) // This is the default array you could also just use unset…