Support

Account

Home Forums Backend Issues (wp-admin) Fetching post objects related with a page Reply To: Fetching post objects related with a page

  • Hi @jtpnet

    This can be achieved by performing posts search via a WP_Query or get_posts.
    Perhaps you could read up on this here:
    http://www.advancedcustomfields.com/resources/how-to/how-to-query-posts-filtered-by-custom-field-values/

    The meta value will be the itinerary $post_id, and the meta key will be the name of the post object field.

    Good luck

    Thanks
    E