Skip to content

Commit ab34447

Browse files
authored
Merge branch 'master' into master
2 parents 8f06234 + 775327c commit ab34447

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

inc/libraries/epsilon-framework

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Afterwards you can continue theme setup and customization via WordPress Dashboar
7272
Theme documentation is available on http://colorlib.com/wp/support/activello
7373

7474
#### Changelog
75+
= 1.3.3
76+
* Fixed search functionality
7577

7678
= 1.3.4
7779
* Structured data missing hatom author

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)