Çıplak atış dersi

422 Gösterim
%100
0
Biraz fit ve yaramaz erkekleri bir araya toplayın. Ormanda kirlenmek için bir bahane olarak atıcılık dersi icat edin ve artık eğlenceye hazır olun, tamam mı? Burada ibne yok..hehehe
Tarih aralığı:
Tarih: 24 Temmuz 2015
"sınıf">
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( 'post', 'video' , 'photos') ); } }