404.php 1005 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * slug: pendant/404
  5. * inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"left","level":1,"align":"wide"} -->
  9. <h1 class="alignwide has-text-align-left" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'There\'s nothing here.', 'pendant' ); ?></h1>
  10. <!-- /wp:heading -->
  11. <!-- wp:spacer {"height":"0.8em"} -->
  12. <div style="height:0.8em" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:group {"align":"wide"} -->
  15. <div class="wp-block-group alignwide">
  16. <!-- wp:paragraph -->
  17. <p class="has-text-align-left has-medium-font-size">
  18. <?php echo esc_html__( 'This page could not be found. Try searching posts using the search field.', 'pendant' ); ?>
  19. </p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_html__( 'Search…', 'pendant' ); ?>","width":500,"widthUnit":"px","buttonText":"<?php echo esc_html__( 'Search', 'pendant' ); ?>","buttonPosition":"button-inside"} /-->
  22. </div>
  23. <!-- /wp:group -->