• I am using a plugin that pulls blog posts from an API and puts them into a custom post type. I would like this post type to appear with all of my regular posts. I know that I could use pre_get_posts() to change the main query. Would this be the best way to go about it?

  • The topic ‘Ways to include multiple post types’ is closed to new replies.