hidden-404.php 1.0 KB

12345678910111213141516
  1. <?php
  2. /**
  3. * Title: 404 content
  4. * Slug: lettre/hidden-404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"layout":{"inherit":true}} -->
  9. <div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontWeight":"700","lineHeight":"1","fontStyle":"normal"}},"className":"has-text-align-center","fontSize":"large"} -->
  10. <h2 class="has-text-align-center has-large-font-size" style="font-style:normal;font-weight:700;line-height:1"><?php echo esc_html__( 'This page could not be found.', 'lettre'); ?></h2><!-- /wp:heading -->
  11. <!-- wp:paragraph {"align":"center","fontSize":"small"} -->
  12. <p class="has-text-align-center has-small-font-size"><?php echo esc_html__( ' Maybe try a search?', 'lettre' ); ?></p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:search {"label":"<?php echo esc_html__( 'Search', 'lettre' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php echo esc_html__( 'Search', 'lettre' ); ?>","align":"center","style":{"border":{"radius":"100px"}},"borderColor":"primary","backgroundColor":"primary"} /--></div>
  15. <!-- /wp:group -->