function t260557_cpt_on_home( $query ) {
if( $query->is_home() && $query->is_main_query() ) {
$query->set( 'post_type', 'ВАШ_POST_TYPE' );
}
}
add_action( 'pre_get_posts', 't260557_cpt_on_home' );
$query->is_home()
нужно будет использовать $query->is_front_page()
.require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
define( 'WP_HOME', 'http://'.$_SERVER['HTTP_HOST'] );
define( 'WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST'].'/wordpress' );