|
Server IP : 63.250.38.157 / Your IP : 216.73.216.55 Web Server : LiteSpeed System : Linux premium293.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : fastpowo ( 1724) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/fastpowo/compulec.rw/wp-includes/sitemaps/../../wp-content/themes/AppFusio/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package appside
*/
get_header();
$get_404_options_value = Appside_Group_Fields_Value::get_404_options_value();
?>
<div id="primary" class="content-area error_page_content_area padding-top-110 padding-bottom-110">
<main id="main" class="site-main">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="error-404 not-found">
<h2 class="title"><?php echo esc_html($get_404_options_value['title']);?></h2>
<h4 class="subtitle"><?php echo esc_html($get_404_options_value['subtitle']);?></h4>
<p class="paragraph"><?php echo esc_html($get_404_options_value['paragraph']);?></p>
<?php
get_search_form();
?>
<div class="btn-wrapper desktop-center margin-top-30">
<a class="boxed-btn" href="<?php echo esc_url(home_url('/'));?>"><?php echo esc_html($get_404_options_value['btn_text']);?></a>
</div>
</div>
</div>
</div>
</div>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();