hidden-404.php 1.1 KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: cakely/hidden-404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  10. <div class="wp-block-group alignwide">
  11. <!-- wp:heading {"level":1,"style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}},"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":"0.99","textTransform":"uppercase"}},"textColor":"primary"} -->
  12. <h1 class="wp-block-heading has-primary-color has-text-color has-link-color" style="font-style:normal;font-weight:700;line-height:0.99;text-transform:uppercase"><?php echo esc_html__( 'Page Not Found', 'cakely' ); ?></h1>
  13. <!-- /wp:heading -->
  14. </div>
  15. <!-- /wp:group -->
  16. <!-- wp:group {"align":"wide","layout":{"type":"constrained","contentSize":"50%","justifyContent":"left"}} -->
  17. <div class="wp-block-group alignwide">
  18. <!-- wp:paragraph -->
  19. <p><?php echo esc_html__( 'The page you are looking for does not exist, or it has been moved. Please try searching using the form below.', 'cakely' ); ?></p>
  20. <!-- /wp:paragraph -->
  21. </div>
  22. <!-- /wp:group -->