I'd like to add multiple custom post types under the setting: Posts page: then display 2 post pages.
I want to show all the resources posts and jobs posts which are both custom post types?
I'd like to add multiple custom post types under the setting: Posts page: then display 2 post pages.
I want to show all the resources posts and jobs posts which are both custom post types?
Copyright © 2021 Jogjafile Inc.

You can use the
WP_Queryclass for a custom loop in a PHP template and list the desired custom post types in the arguments array like this:The full documentation for it can be found here: https://developer.wordpress.org/reference/classes/wp_query/
Post Type parameters on this page are here: https://developer.wordpress.org/reference/classes/wp_query/#post-type-parameters