File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/cleaning-services-agent/404.php
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package cleaning_services_agent
*/
get_header();
$cleaning_services_agent_pg_404_ttl = get_theme_mod('cleaning_services_agent_pg_404_ttl','404 Page Not Found');
$cleaning_services_agent_pg_404_text = get_theme_mod('cleaning_services_agent_pg_404_text','Apologies, but the page you are seeking cannot be found.');
$cleaning_services_agent_pg_404_btn_lbl = get_theme_mod('cleaning_services_agent_pg_404_btn_lbl','Go Back Home');
$cleaning_services_agent_pg_404_btn_link = get_theme_mod('cleaning_services_agent_pg_404_btn_link',esc_url( home_url( '/' )));
$cleaning_services_agent_pg_404_image = get_theme_mod('cleaning_services_agent_pg_404_image','');
?>
<section class="not-found">
<div class="container text-center">
<div class="row">
<div class="col-lg-12">
<?php if (!empty($cleaning_services_agent_pg_404_image)) : ?>
<img src="<?php echo esc_url($cleaning_services_agent_pg_404_image); ?>" alt="<?php echo esc_attr($cleaning_services_agent_pg_404_ttl); ?>" class="img-fluid">
<?php else : ?>
<?php if (!empty($cleaning_services_agent_pg_404_ttl)) : ?>
<h2 class="text-secondary"><?php echo wp_kses_post($cleaning_services_agent_pg_404_ttl); ?></h2>
<?php endif; ?>
<?php if (!empty($cleaning_services_agent_pg_404_text)) : ?>
<p class="not-para"><?php echo wp_kses_post($cleaning_services_agent_pg_404_text); ?></p>
<?php endif; ?>
<?php endif; ?>
<?php if (!empty($cleaning_services_agent_pg_404_btn_lbl)) : ?>
<div class="paganot-found-button">
<a href="<?php echo esc_url($cleaning_services_agent_pg_404_btn_link); ?>" class="dt-btn dt-btn-primary" data-title="<?php echo esc_attr($cleaning_services_agent_pg_404_btn_lbl); ?>"><?php echo wp_kses_post($cleaning_services_agent_pg_404_btn_lbl); ?></a>
</div>
<?php endif; ?>
</div>
</div>
</div>
</section>
<?php
get_sidebar();
get_footer(); ?>