array( 'href' => array() ) ); printf( /* translators: 1: Link to WP admin new post page. */ '

' . wp_kses( __( 'Ready to publish your first post? Get started here.', 'understrap' ), $kses ) . '

', esc_url( admin_url( 'post-new.php' ) ) ); elseif ( is_search() ) : printf( '

%s

', esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'understrap' ) ); get_search_form(); else : printf( '

%s

', esc_html__( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'understrap' ) ); get_search_form(); endif; ?>