1. <?php
  2. /**
  3. * The template for displaying 404 pages (Not Found).
  4. *
  5. * @package vw-charity-pro
  6. */
  7. get_header(); get_template_part( 'template-parts/banner' );?>
  8. <div class="inner_banner">
  9. <img src="<?php echo esc_url(get_theme_mod('vw_charity_pro_inner_banner',get_template_directory_uri().'/assets/images/record-bg.png')); ?>" alt="Image"/>
  10. <div class="container">
  11. <h1><?php the_title();?></h1>
  12. </div>
  13. </div>
  14. <?php do_action('vw_charity_pro_before_contact_title'); ?>
  15. <div class="title-box">
  16. <div class="container">
  17. <h1><?php the_title();?></h1>
  18. </div>
  19. </div>
  20. <div class="content_page">
  21. <div class="container">
  22. <div class="page-content">
  23. <h3><?php esc_html_e( '404 Not Found', 'vw-charity-pro' ); ?></h3>
  24. <p class="text-404"><?php esc_html_e( 'Looks like you have taken a wrong turn &hellip; Don\'t worry &hellip; it happens to the best of us.', 'vw-charity-pro' ); ?></p>
  25. <div class="read-moresec">
  26. <div><a href="<?php echo esc_url( home_url() ); ?>" class="button hvr-sweep-to-right">
  27. <?php esc_html_e( 'Back to Home Page', 'vw-charity-pro' ); ?></a></div>
  28. </div>
  29. <div class="clearfix"></div>
  30. </div>
  31. <div class="clearfix"></div>
  32. </div>
  33. </div>
  34. <?php get_footer(); ?>