| Server IP : 217.160.0.15 / Your IP : 216.73.217.116 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/alum/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package WordPress
* @subpackage alum
* @since alum
*/
get_header();
?>
<div class="smallhead">
</div>
<div class="page-intro" style="margin-top: 0px;">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 ">
<ol class="breadcrumb ">
<?php alum_breadcrumbs(); ?>
</ol>
</div>
</div>
</div>
</div>
<!--Start Content Grid-->
<div class="mainblogwrapper">
<div class="container">
<div class="row">
<div class="mainblogcontent">
<div class="col-md-9">
<div class="article-page">
<h1> <?php _e( 'Not Found', 'alum' ); ?> </h1>
<p> <?php _e( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', 'alum' ); ?> </p>
<?php get_search_form(); ?>
<?php the_widget('WP_Widget_Recent_Posts', array('number' => 10), array('widget_id' => '404')); ?>
</div>
<div class="clearfix"></div>
<!-- *** Post1 Starts Ends *** -->
<!-- *** Post loop ends*** -->
<div class="clearfix"></div>
<!-- ***Comment Template *** -->
<?php comments_template(); ?>
<!-- ***Comment Template *** -->
</div>
<div class="col-md-3">
<!-- *** Sidebar Starts *** -->
<?php get_sidebar(); ?>
<!-- *** Sidebar Ends *** -->
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>