mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-26 11:14:09 +08:00
added : 6 content templates improved : post messaging for the social links customization added : icon size option for the social links
15 lines
No EOL
391 B
PHP
15 lines
No EOL
391 B
PHP
<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' );
|
|
}
|
|
?>
|