getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Update all no-results temaplte incs. #318

Closed neilberry001 closed 10 years ago

neilberry001 commented 10 years ago

Replace

<?php get_template_part( 'no-results', 'archive' ); ?>

with

<?php get_template_part( 'templates/no-results', 'archive' ); ?>

changing archive as appropriate