Статьи в этом разделе: How to make Wordpress search by post ID? use functions.php //in frontend only function custom_search_query_ids( $query ) { if ( !is_admin() && $query->is_search ) { $result = $query->query_vars['s']; $query->query_vars['s'] ... 0 (0)