SimonPadbury / b4st

A Bootstrap 4 Starter Theme, for WordPress
The Unlicense
311 stars 104 forks source link

Loop Includes #37

Closed naradas closed 6 years ago

naradas commented 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,

SimonPadbury commented 6 years ago

Thankyou Naradas

I just fixed it.

It should be

<?php get_template_part('loops/search-results); ?>