Guest User

Untitled

a guest
Dec 16th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <?php get_header() ?>
  2. <section class="container blog">
  3. <div class="row">
  4. <div class="col-sm-9">
  5. <section id="content" class="clearfix">
  6. <h1 class="post-title"><?php _e('This page doesn\'t exists', 'jellythemes'); ?></h1>
  7. <p class="post-content"><a href="<?php echo home_url(); ?>"><?php _e('Get back to the main page.', 'jellythemes'); ?></a></p>
  8. </section>
  9. </div>
  10. <?php get_sidebar(); ?>
  11. </div>
  12. </section>
  13. <?php get_footer() ?>
Advertisement
Add Comment
Please, Sign In to add comment