File "404.php"
Full path: /home5/hallettsvillepow/public_html/wp-content/themes/flexsqueeze151/404.php
File
size: 0 KB (2.4 KB bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php get_header(); ?>
<?php if (get_option('flex_nav_show') == "yes" && (get_option('flex_nav_position') == "below feature")) {
get_template_part( 'includes/nav.inc'); }
?>
<?php if (get_option('flex_nav_show') == "yes" && (get_option('flex_nav_position2') == "below feature")) {
get_template_part( 'includes/secondary-nav.inc'); }
?>
<div id="content">
<?php if (get_option('flex_adsense_loc1') == "yes" && !get_option('flex_adsense_loc1banner')) { ?>
<div class="adsenseleaderboard">
<?php
$adsize = get_option('flex_adsense_loc1size');
$adtype = get_option('flex_adsense_loc1type');
$adchannel = get_option('flex_adsense_loc1channel');
include('adsense.php');
?>
</div>
<?php } else if (get_option('flex_adsense_loc1') == "yes" && get_option('flex_adsense_loc1banner')) { ?>
<div class="adsenseleaderboard">
<?php echo stripslashes(get_option('flex_adsense_loc1banner')); ?>
</div>
<?php } ?>
<?php if (get_option('flex_lsb_show') == "yes" && get_option('flex_lsb_pos') == "left of post") { get_sidebar('left'); } ?>
<div class="postwrap">
<div class="post">
<div class="postcontent">
<?php if (get_option('flex_adsense_loc4') == "yes" && !get_option('flex_adsense_loc4banner')) { ?>
<div style="display:block; margin:10px 0 15px 0;">
<?php
$adsize = get_option('flex_adsense_loc4size');
$adtype = get_option('flex_adsense_loc4type');
$adchannel = get_option('flex_adsense_loc4channel');
include('adsense.php');
?>
</div>
<?php } else if (get_option('flex_adsense_loc4') == "yes" && get_option('flex_adsense_loc4banner')) { ?>
<div style="display:block; margin:10px 0 15px 0; text-align:center;">
<?php echo stripslashes(get_option('flex_adsense_loc4banner')); ?>
</div>
<?php } ?>
<h2><?php _e('Oops, That wasn\'t found'); ?></h2>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<p>Perhaps you can find what you're looking for below.</p>
<h2>Recent Blog Posts</h2>
<ul style="margin-bottom:40px;">
<?php wp_get_archives('type=postbypost&limit=15'); ?>
</ul>
</div>
</div>
</div>
<?php if (get_option('flex_lsb_show') == "yes" && get_option('flex_lsb_pos') == "right of post") { get_sidebar('left'); } ?>
<?php if (get_option('flex_rsb_show') == "yes" || !get_option('flex_rsb_show')) { get_sidebar(); } ?>
</div>
<?php get_footer(); ?>