• 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

    (@fireproofsocks)

    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.