[my-instagram-feed user_id=” skin_id=’11960′] This is a mif demo page created by plugin automatically. Please don’t delete to make the plugin work properly.
add_action('pre_get_posts', function($q){
if (is_admin() || !$q->is_main_query() || !$q->is_search()) return;
$q->set('post_type', 'any'); // include CPT, pagine, post, ecc.
$q->set('post_status', 'publish');
});