4637cefbdc
* Add theme: Programme by @henriqueiamarino Programme is a blog theme that reverences the legendary designer Massimo Vignelli and his playbills for the Piccolo Teatro in Milan. This design is suitable for programs, calendars, and announcements. * Add missing translator text * Avoid hardcoded urls in tamplates Replaces hardcoded url on header for a link to Home. * Add big header pattern * Remove theme attribute from templates * Add search pattern
10 lines
374 B
PHP
10 lines
374 B
PHP
<?php
|
|
/**
|
|
* Title: Hidden No Results Content
|
|
* Slug: programme/hidden-no-results-content
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
<!-- wp:paragraph -->
|
|
<p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'programme' ); ?></p>
|
|
<!-- /wp:paragraph -->
|