Title: Support for Custom Post Archives
Last modified: August 21, 2016

---

# Support for Custom Post Archives

 *  [SpidermanPuddin](https://wordpress.org/support/users/spidermanpuddin/)
 * (@spidermanpuddin)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/support-for-custom-post-archives/)
 * Trying to change/remove the ‘schema.org/Blog’ from a custom post type archive,
   any chance there is some support for this?
 * [https://wordpress.org/plugins/microdata-manager/](https://wordpress.org/plugins/microdata-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [bradpotter](https://wordpress.org/support/users/bradpotter/)
 * (@bradpotter)
 * [12 years ago](https://wordpress.org/support/topic/support-for-custom-post-archives/#post-4925903)
 * In your functions file, add this:
 * add_post_type_support( ‘your-cpt-name’, array( ‘microdata-manager’ ) );
 * Replace “your-cpt-name” with the actual name of your custom post type
 * You would still have to change each post in that CPT as the plugin does not make
   any site-wide changes.

Viewing 1 replies (of 1 total)

The topic ‘Support for Custom Post Archives’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/microdata-manager_e8e8e8.svg)
 * [Microdata Manager](https://wordpress.org/plugins/microdata-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/microdata-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/microdata-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/microdata-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/microdata-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [bradpotter](https://wordpress.org/support/users/bradpotter/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/support-for-custom-post-archives/#post-4925903)
 * Status: not resolved