
* Remove unused files. * Add comments pattern * Update single.html Move content of single post from pattern to template * Update post-meta.php Consolidate post meta into single pattern. * Update footer.php Update the translation functions. * Update 404.php Update the translation functions.
40 lines
No EOL
2.1 KiB
PHP
40 lines
No EOL
2.1 KiB
PHP
<?php declare( strict_types = 1 ); ?>
|
||
<?php
|
||
/**
|
||
* Title: 404
|
||
* Slug: hola/404
|
||
* Categories: hidden
|
||
* Inserter: no
|
||
*/
|
||
?>
|
||
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0","margin":{"top":"0","bottom":"0"}},"border":{"left":{"width":"5px"},"top":[],"right":{"width":"5px"},"bottom":{"width":"5px"}},"dimensions":{"minHeight":"100vh"}},"layout":{"type":"default"}} -->
|
||
<div class="wp-block-group alignfull" style="border-right-width:5px;border-bottom-width:5px;border-left-width:5px;min-height:100vh;margin-top:0;margin-bottom:0"><!-- wp:template-part {"slug":"header","area":"header","align":"full"} /-->
|
||
|
||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
|
||
<div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"><!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
||
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
||
<!-- /wp:spacer -->
|
||
|
||
<!-- wp:group {"layout":{"type":"constrained"}} -->
|
||
<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":1} -->
|
||
<h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found"><?php esc_html_e('Oops! That page can’t be found.', 'hola');?></h1>
|
||
<!-- /wp:heading -->
|
||
|
||
<!-- wp:paragraph -->
|
||
<p><?php esc_html_e('It looks like nothing was found at this location.', 'hola');?><br /><?php esc_html_e('Maybe try a search?', 'hola');?></p>
|
||
<!-- /wp:paragraph -->
|
||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|30"} -->
|
||
<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
|
||
<!-- /wp:spacer -->
|
||
|
||
<!-- wp:search {"label":"Search","showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true} /--></div>
|
||
<!-- /wp:group -->
|
||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
||
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
||
<!-- /wp:spacer --></div>
|
||
<!-- /wp:group -->
|
||
|
||
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /--></div>
|
||
<!-- /wp:group -->
|