';
echo '' . get_the_date();
echo ''; the_category(', ');
the_tags( '' , ', ');
echo '
';
}
the_content();
if ( alhena_lite_setting('wip_view_comments') == "on" ) :
comments_template();
endif;
echo '';
endif;
}
add_action( 'alhena_lite_after_content', 'alhena_lite_after_content_function', 10, 2 );
}
?>