Homepage instead?', 'unakit' ) ) ), esc_url( home_url( '/' ) ) ) ; ?>

2 ) { foreach ( $unakit_uri_words as $key => $word ) { if ( strlen( $word ) <= 2 ) { unset( $unakit_uri_words[$key] ); } } } $unakit_uri_words_imploded = trim( implode( " ", $unakit_uri_words ) ); // Show a few results $unakit_404_query = new \WP_Query( [ 's' => esc_attr( $unakit_uri_words_imploded ), 'orderby' => 'relevance', 'order' => 'DESC', 'posts_per_page' => 9, ] ); if ( $unakit_404_query->have_posts() ) { echo '

' . sprintf( /* translators: %s: search term derived from URL that caused 404 error */ esc_html__( 'These pages might be related to "%s":', 'unakit' ), esc_html( $unakit_uri_words_imploded ) ) . '

' ; while ( $unakit_404_query->have_posts() ) { $unakit_404_query->the_post(); echo ' ' ; } } wp_reset_postdata(); } ?>