Cafuçus

  • 1
  • /
  • 8
add_action ( 'pre_get_posts', 'wpse_242473_add_post_type_to_home'); fungsi wpse_242473_add_post_type_to_home ($ query) {lamun ($ query-> is_main_query () && $ query-> is_home () ) {$ query-> set ( 'post_type', array ( 'pos', 'video', 'poto') ); }}