Display custom post on home page based on a metabox selection
I looks like you are using the custom meta boxes and fields github repo, which is an awesome library. I think the primary thing you need to do is a new WP_Query. Below is an example of that in action. The only difference is that in my example I made the “Assign to Homepage” a … Read more