Skip to content

Instantly share code, notes, and snippets.

@jagoff
jagoff / gist:717775423f1ffe84cb0b
Created January 8, 2016 11:52
Empty category - wpzoom zenko theme fix
This code:
<?php
else :
echo'<p>';
_e('There are no posts in this category.', 'wpzoom');
echo'</p>';
endif;
?>
For this: