| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/atjconsultores.com/wp-content/themes/StoreFront/ |
Upload File : |
<?php
/**
*
* 404 Page
*
**/
global $gk_tpl;
gk_load('header');
gk_load('before');
?>
<section id="gk-mainbody" class="page404">
<p>
<?php _e( 'It seems we can’t find what you’re looking for.', GKTPLNAME); ?>
<small>
<?php _e('Perhaps searching, or one of the links below, can help.', GKTPLNAME); ?>
</small>
</p>
<?php get_search_form(); ?>
<div>
<?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>
<div class="widget">
<h2 class="widgettitle"><?php _e( 'Most Used Categories', GKTPLNAME); ?></h2>
<ul>
<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
</ul>
</div>
</div>
<div>
<?php
$archive_content = '<p>' . __( 'Try looking in the monthly archives.', GKTPLNAME) . '</p>';
the_widget( 'WP_Widget_Archives', array('count' => 0 , 'dropdown' => 1 ), array( 'after_title' => '</h2>'.$archive_content ) );
?>
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
</div>
</section>
<?php
gk_load('after');
gk_load('footer');
// EOF