Title: Extra fields&#8230; again
Last modified: August 21, 2016

---

# Extra fields… again

 *  Resolved [webgrade](https://wordpress.org/support/users/webgrade/)
 * (@webgrade)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/extra-fields-again/)
 * Hi Daniel.
 * I’m wondering if it’s possible to create extra fields in the ‘Name’ or ‘About
   the Guest Author’ sections of the backend?
 * I’ve created some new fields in the ‘Contact Info’ section. No sweat. but I can’t
   figure out to create new ones in these two sections?
    Furthermore. Is it possible
   to create more sections than the three already there?
 * Great plugin by the way 😉
 * All the best
 * Jesper
 * [http://wordpress.org/extend/plugins/co-authors-plus/](http://wordpress.org/extend/plugins/co-authors-plus/)

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

 *  [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/extra-fields-again/#post-3877446)
 * It’s a custom post type so you can add metaboxes as you would any other CPT (
   e.g. via code or a plugin).
 * I just used ACF to add a WYSIWYG bio field (default was too small/limited for
   the project). Just choose ‘Post Type’ = ‘guest-author’ in the _Location_ settings.
 * [http://wordpress.org/plugins/advanced-custom-fields/](http://wordpress.org/plugins/advanced-custom-fields/)
 *  Thread Starter [webgrade](https://wordpress.org/support/users/webgrade/)
 * (@webgrade)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/extra-fields-again/#post-3877478)
 * Hi Nick.
 * Thank you for your reply.
    However I figured out how to do this in the functions.
   php.
 * This is the solution, if anyone wonders.
 *  if ( in_array( ‘all’, $groups ) || in_array( ‘about’, $groups ) ) {
    $fields_to_return[]
   = array( ‘key’ => ‘favquote’, ‘label’ => ‘Quote’, ‘group’ => ‘about’, );
 * So issue is solved 🙂
 * Jesper

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

The topic ‘Extra fields… again’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [webgrade](https://wordpress.org/support/users/webgrade/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/extra-fields-again/#post-3877478)
 * Status: resolved