obenland / the-bootstrap

A responsive WordPress Theme based on Bootstrap, from Twitter.
http://en.wp.obenland.it/the-bootstrap/
GNU General Public License v3.0
110 stars 46 forks source link

category.php 'not-found' partials? #18

Closed flickster closed 12 years ago

flickster commented 12 years ago

Hi again :)

Sorry to bother you with a small issue this time but I was wondering if Line 36 from category.php

get_template_part( '/partials/content', 'not-found' );

should be

`get_template_part( '/partials/content', 'no-results' );

instead?

Thanks

obenland commented 12 years ago

Good eye! I didn't notice, thanks!

flickster commented 12 years ago

Thanks again Konstantin :) Is it possible to advise on when 1.7.x will be pushed to the WP repository please?

obenland commented 12 years ago

Hm, it's hard to say. I have it there already for review. Maybe a week? If you want to update earlier, grab the 1.7.1 zip download and update it manually.

flickster commented 12 years ago

Thanks :) I think I'll do as you suggested with the 1.7.1 download as I'm about to finalise a site so will need to ensure the child theme templates are up-to-date.