André Amorim
Crafting Web Experiences
🌙
//
add_action( 'pre_get_posts', function( $query ) { if ( $query->is_search() && ! $query->is_admin() && $query->is_main_query() ) { $query->set( 'post_type', 'post' ); } } );
Published date:
Modified date: