Closed naradas closed 6 years ago
Hi Simon,
I really like the way you are separating loops into a different folder. Code looks much more cleaner.
But in search.php,
<?php get_template_part('loops/content', 'search'); ?>
there is no "content.php" under loops folder, i think it is "search-results.php
<?php get_template_part('loops/search-results', 'search'); ?>
Best,
Thankyou Naradas
I just fixed it.
It should be
<?php get_template_part('loops/search-results); ?>
Hi Simon,
I really like the way you are separating loops into a different folder. Code looks much more cleaner.
But in search.php,
<?php get_template_part('loops/content', 'search'); ?>
there is no "content.php" under loops folder, i think it is "search-results.php
<?php get_template_part('loops/search-results', 'search'); ?>
Best,