
* Adjust heading line height, button sizes, spacing * Better social link sizes * Always use line-height 1 for xxl font size * Try with the first p in entry content have margin * Add more specificity to social links * Make small font size a bit smaller * Create 404.html * Update archive.html * More post template work * Remove comments part (its in the single) * Add style for core/separator * Update theme.json * Fix templates * Translation functions
12 lines
No EOL
357 B
PHP
12 lines
No EOL
357 B
PHP
<?php
|
|
/**
|
|
* Title: 404
|
|
* Slug: assembler/hidden-no-search-results
|
|
* Inserter: no
|
|
*/
|
|
declare( strict_types = 1 );
|
|
?>
|
|
|
|
<!-- wp:paragraph {"align":"center"} -->
|
|
<p class="has-text-align-center"><?php echo esc_html_x( 'No search results.', 'Text explaining that there are no results returned from a search', 'assembler' ); ?>.</p>
|
|
<!-- /wp:paragraph -->
|