Բոլորովին նոր պասիվ

Էջ 1 Հյուրատետր 31
1 2 3 ... 31
add_action('pre_get_posts', 'wpse_242473_add_post_type_to_home'); ֆունկցիա wpse_242473_add_post_type_to_home( $query ) {if( $query->is_main_query() && $query->is_home() ) { $query->set( 'post_type', array( 'post', 'video'), 'photo' ); } }