first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="notebox">
|
||||
<?php _e('For the term','hueman'); ?> "<span><?php echo get_search_query(); ?></span>".
|
||||
<?php if ( !have_posts() ): ?>
|
||||
<?php _e('Please try another search:','hueman'); ?>
|
||||
<?php endif; ?>
|
||||
<div class="search-again">
|
||||
<?php get_search_form(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) {
|
||||
hu_get_template_part( 'parts/post-list-articles' );
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user