html; // if ($header_html !== '') { // echo ''; // } // } // echo ''; // // /** Collect body data **/ // $page_body_type = ot_get_option('_uncode_404_body'); // // if ($page_body_type === '') { // if ($page_header_type === 'none') { // $page_title = '

404

'; // } else { // $page_title = ''; // } // $partial_content = // '
//
//
//
//
//
// '.$page_title.' //

' . esc_html__( 'Oops! Something went wrong…', 'uncode' ).'

//

' . esc_html__( 'Page not found. Please continue to our', 'uncode' ).' ' . esc_html__( 'home page', 'uncode' ).'

//
// '.get_search_form(false).' //
//
//
//
//
//
'; // // $the_content = uncode_get_row_template($partial_content, $limit_width, $limit_content_width, $style, '', true, true, 'double'); // $page_class = ' standard-404'; // // } else { // $uncodeblock_id = ot_get_option('_uncode_404_body_block'); // $uncodeblock_id = apply_filters( 'wpml_object_id', $uncodeblock_id, 'post' ); // $the_content = get_post_field('post_content', $uncodeblock_id); // } // // /** Display post html **/ // echo '
//
//
' . do_shortcode($the_content) . '
//
//
'; get_footer(); ?>