ninja notebox
add_action('woo_loop_before', 'top_info_box'); function top_info_box() { if ( is_category( 'uncategorized' ) ) { echo do_shortcode('[box type="note"]This is a note box[/box]'); } }