' . wp_kses( /* translators: %s: URL to add new post. */ __( 'Ready to publish your first post? Get started here.', 'ba-hotel-light' ), array( 'a' => array( 'href' => array(), ), ) ) . '

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

' . esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'ba-hotel-light' ) . '

'; get_search_form(); else : echo '

' . esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'ba-hotel-light' ) . '

'; get_search_form(); endif; ?>