'
', 'context' => 'entry-404', ) ); genesis_markup( array( 'open' => '

', 'close' => '

', 'content' => apply_filters( 'genesis_404_entry_title', __( 'Not found, error 404', 'genesis' ) ), 'context' => 'entry-title', ) ); echo '
'; if ( genesis_html5() ) : /* translators: %s: URL for current website. */ echo apply_filters( 'genesis_404_entry_content', '

' . sprintf( __( 'The page you are looking for no longer exists. Perhaps you can return back to the site\'s homepage and see if you can find what you are looking for. Or, you can try finding it by using the search form below.', 'genesis' ), trailingslashit( home_url() ) ) . '

' ); get_search_form(); else : ?>

homepage and see if you can find what you are looking for. Or, you can try finding it with the information below.', 'genesis' ), esc_url( trailingslashit( home_url() ) ) ); ?>

' . esc_html__( 'Sitemap', 'genesis' ) . ''; genesis_sitemap( 'h3' ); } else { genesis_sitemap( 'h4' ); } echo '
'; genesis_markup( array( 'close' => '
', 'context' => 'entry-404', ) ); } genesis();