Initial commit
This commit is contained in:
17
template-parts/content/content-none.php
Normal file
17
template-parts/content/content-none.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Szablon braku wyników wyszukiwania
|
||||
*
|
||||
* @link https://krzysztof-turek.com
|
||||
*
|
||||
* @package tylkofotografia.pl
|
||||
* @version 0.2
|
||||
*/
|
||||
|
||||
if ( is_search() ) {
|
||||
echo 'Niestety niczego nie znaleziono';
|
||||
get_search_form();
|
||||
} else {
|
||||
echo 'Niestety niczego nie znaleziono';
|
||||
get_search_form();
|
||||
}
|
||||
Reference in New Issue
Block a user