Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php get_header() ?>
- <section class="container blog">
- <div class="row">
- <div class="col-sm-9">
- <section id="content" class="clearfix">
- <h1 class="post-title"><?php _e('This page doesn\'t exists', 'jellythemes'); ?></h1>
- <p class="post-content"><a href="<?php echo home_url(); ?>"><?php _e('Get back to the main page.', 'jellythemes'); ?></a></p>
- </section>
- </div>
- <?php get_sidebar(); ?>
- </div>
- </section>
- <?php get_footer() ?>
Advertisement
Add Comment
Please, Sign In to add comment