stuart-d
8/9/2012 - 11:04 PM

ninja notebox

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]');	
	}
}