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