Kategooria: Tungrauaga tõstmine (509 videot)

Kategooria: Tungrauaga tõstmine (509 videot)  

ära tõstmine

add_action( 'pre_get_posts', 'wpse_242473_add_post_type_to_home' ); function wpse_242473_add_post_type_to_home( $query ) { if( $query->is_main_query() && $query->is_home() ) { $query->set( 'post_type', array( 'postitus', 'video', 'fotod') ); } }