Skip to content

Commit fcde9f1

Browse files
author
Cosmin
authored
Fixed #108
Resolved the issue 'Search form functionality doesn't work since them update' [ci skip]
2 parents 6e7fb0e + df203df commit fcde9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

search.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<?php /* Start the Loop */ ?>
2020
<?php while ( have_posts() ) : the_post(); ?>
2121

22-
<?php get_template_part( 'content', 'search' ); ?>
22+
<?php get_template_part( 'template-parts/content', 'search' ); ?>
2323

2424
<?php endwhile; ?>
2525

2626
<?php activello_paging_nav(); ?>
2727

2828
<?php else : ?>
2929

30-
<?php get_template_part( 'content', 'none' ); ?>
30+
<?php get_template_part( 'template-parts/content', 'none' ); ?>
3131

3232
<?php endif; ?>
3333

0 commit comments

Comments
 (0)