Thanks for a great theme!
On the post page there is some meta about which category the post is listed.
Code:
<?php echo apply_atomic_shortcode( 'byline_category', '<div class="byline byline-ategory">' . __( 'Category: [entry-terms taxonomy="category"]', 'hatch' ) . '</div>' ); ?>
How can I exclude categories from this list?
/Lowe