removing Blueprint CSS specific classes
This commit is contained in:
4
loop.php
4
loop.php
@@ -1,8 +1,6 @@
|
||||
<?php /* If there are no posts to display, such as an empty archive page */ ?>
|
||||
<?php if (!have_posts()) : ?>
|
||||
<div class="notice">
|
||||
<p class="bottom"><?php _e('Sorry, no results were found.', 'roots'); ?></p>
|
||||
</div>
|
||||
<p><?php _e('Sorry, no results were found.', 'roots'); ?></p>
|
||||
<?php get_search_form(); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user