diff --git a/templates/profile/posts-single.php b/templates/profile/posts-single.php index 571fa944..ac81db3a 100644 --- a/templates/profile/posts-single.php +++ b/templates/profile/posts-single.php @@ -6,7 +6,7 @@ * * Page: "Profile" * - * @version 2.7.0 + * @version 2.8.2 * * @var object $post */ @@ -34,21 +34,26 @@ if ( ! defined( 'ABSPATH' ) ) { } $unix_published_date = get_post_datetime( $post, 'date', 'gmt' ); + $categories_list = get_the_category_list( ', ', '', $post->ID ); ?>
- - getTimestamp() ) ) ); - ?> - - - ID ) ), UM()->get_allowed_html( 'templates' ) ); - ?> - + + + getTimestamp() ) ) ); + ?> + + + + + get_allowed_html( 'templates' ) ); + ?> + +