Thanks so much for the help. I fear I lack some php fundamentals. (Its really easy to find super basic php instruction or very advanced stuff. The intermediate stuff is under explained.)
Here’s why I was thinking I needed to do the query:
My user’s make posts associated with a to a ‘Project’ post type.
Projects are mapped to a Program value (custom field)
I needed to show all the posts for all projects associated with a program. So I was trying to get all the project ID’s associated with a program. Then I’m feeding that array of project ID’s into a WP_querry to return the posts.
Is there a better way?
Again, thanks greatly!