From 26c4d7f7fb80177c703d0880b8f37c0755dba34e Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 8 Jan 2024 23:40:17 +0200 Subject: [PATCH] - #1420 issue fix; --- templates/profile/posts-single.php | 31 +++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) 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' ) ); + ?> + +