Title: support extra post type
Last modified: August 21, 2016

---

# support extra post type

 *  Resolved [adrianoesch](https://wordpress.org/support/users/adrianoesch/)
 * (@adrianoesch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/support-extra-post-type/)
 * sorry for bothering, but i cant find the responsible snipped of code to add an
   extra post-type. id wish to choose coauthors also for the post-type “publication”(
   [http://wordpress.org/extend/plugins/wp-publication-archive](http://wordpress.org/extend/plugins/wp-publication-archive)).
   i tried this:
 * var $supported_post_types = array(‘publication’,’page’, ‘post’);
 * but no effect. thanks in advance and cheers.
 * [http://wordpress.org/extend/plugins/co-authors-plus/](http://wordpress.org/extend/plugins/co-authors-plus/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/support-extra-post-type/#post-3652453)
 * Can you share how you’re registered your post type? It will need to support authors:
 * `add_post_type_support( 'publication', 'author' );`
 *  Thread Starter [adrianoesch](https://wordpress.org/support/users/adrianoesch/)
 * (@adrianoesch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/support-extra-post-type/#post-3652466)
 * hey daniel, thanks for the answer. i solved my problem differently, using the
   quasi MedPubAPI ([https://github.com/asifr/PHP-PubMed-API-Wrapper](https://github.com/asifr/PHP-PubMed-API-Wrapper))
   for each users profile. have a good day!
 *  [Renato Alves](https://wordpress.org/support/users/espellcaste/)
 * (@espellcaste)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/support-extra-post-type/#post-3652512)
 * Any change of showing the way, or adding support to the Woocommerce post type?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘support extra post type’ is closed to new replies.

 * ![](https://ps.w.org/co-authors-plus/assets/icon-256x256.png?rev=2945095)
 * [Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/co-authors-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/co-authors-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/co-authors-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/co-authors-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

## Tags

 * [coauthors](https://wordpress.org/support/topic-tag/coauthors/)

 * 3 replies
 * 3 participants
 * Last reply from: [Renato Alves](https://wordpress.org/support/users/espellcaste/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/support-extra-post-type/#post-3652512)
 * Status: resolved