';
echo '' . get_the_date();
echo ''; the_category(', ');
the_tags( '' , ', ');
echo '
';
}
the_content();
echo '';
if ( !bazaarlite_is_woocommerce_active('is_cart') ) :
if ( bazaarlite_postmeta('wip_view_social_buttons') == "on" ) :
do_action('bazaarlite_socialshare');
endif;
endif;
endif;
}
add_action( 'bazaarlite_after_content', 'bazaarlite_after_content_function', 10, 2 );
}
?>