themes-wordpress/paimio/patterns/hidden-no-results.php
Jeff Ong 43b865513f
Paimio: add theme (#6902)
* Initial commit.

* update min req version and readme credits

* move footer to pattern

* fix 404 pattern and template

* fix header part

* fix templates

* remove unused images

* fix button styles

* rename directory aalto to paimio

* rename aalto references to paimio

* fix button styles

* update screenshot

* rename search results pattern

* fix issue with root padding

* update tags and urls

---------

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2023-03-21 19:04:12 +05:30

12 lines
No EOL
279 B
PHP

<?php
/**
* Title: Search pattern
* Slug: paimio/hidden-no-results
* Inserter: no
*/
?>
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'paimio' ); ?></p>
<!-- /wp:paragraph -->