Title: Adding new custom fields
Last modified: August 20, 2016

---

# Adding new custom fields

 *  [chocolateteapot](https://wordpress.org/support/users/chocolateteapot/)
 * (@chocolateteapot)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/adding-new-custom-fields/)
 * I’ve added some more fields to a custom content type of events and the new fields
   are not outputted from
 *     ```
       $Q = new GetPostsQuery();
       $args = array();
       $args['post_type'] = 'events';
       $forthcoming_events = $Q->get_posts($args);
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/adding-new-custom-fields/#post-2277387)
 * Sorry I missed this… I think my notification settings changed.
 * What happens if you print the debugging info, e.g. by doing this:
 * `print $Q;`
 * This should probably go in the Summarize Posts forum.

Viewing 1 replies (of 1 total)

The topic ‘Adding new custom fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/adding-new-custom-fields/#post-2277387)
 * Status: not resolved