Hacked By AnonymousFox
<?php get_header();
$class = op_default_attr('column_layout','option');
?>
<div class="op-page-header cf">
<h2 class="the-title"><?php _e( '404: Oops, this page couldn’t be found.', 'optimizepress'); ?></h2>
</div>
<div class="main-content content-width cf <?php echo $class ?>">
<div class="main-content-area-container cf">
<div class="main-content-area">
<p style="padding-top:30px;padding-bottom:10px;"><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', 'optimizepress'); ?></p>
<div class="search">
<?php op_search_form() ?>
</div>
<?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>
</div>
<div class="sidebar-bg"></div>
<?php op_sidebar() ?>
</div>
</div>
<?php get_footer() ?>
Hacked By AnonymousFox1.0, Coded By AnonymousFox