Viewing 1 replies (of 1 total)
  • Plugin Author bradpotter

    (@bradpotter)

    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.