Traballadores

Páxina 1 de 68
1 2 3 ... 68
add_action('pre_get_posts', 'wpse_242473_add_post_type_to_home'); función wpse_242473_add_post_type_to_home($consulta) { if( $query->is_main_query() && $query->is_home() ) { $query->set('post_type', array('publicación', 'vídeo', 'fotos') ); } }