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

Viewing 1 replies (of 1 total)
  • The topic ‘Support for custom post types?’ is closed to new replies.