Comments FatHummus started the conversationAugust 19, 2021 at 6:36amI see that the time is missing next to the date what i'm missing here? +Also, how do i add comments count in the single post meta? 2,679PenciDesign repliedAugust 19, 2021 at 8:28amHi,1. If you want to display the post time, you must add the time syntax to the date format. Example:Select Custom at Date Format, then replace the current value by F Yב j, G:o2. Please go to Appearance → Customize → Single Posts → General, make sure you uncheck the Hide Comment Count option.Regards,PenciDesign.FatHummus repliedAugust 19, 2021 at 8:41amThe problem changing the syntax of the Date format is duplicate the time in wpDiscuz UPDATE: so solution is to delete this filed? As for comments count, i have verify the "Hide Comment Count" is unchecked. Also i have verified i didn't hide it with CSS. 2,679PenciDesign repliedAugust 19, 2021 at 8:53amHi,1. The comment count already displays on your single post at the bottom of the content:If you want to display at another position, please go to Appearance → Customize → Single Posts: select Style 2 or Style 3 at Share Box Style.2. About the post date, you can modify it by open functions.php parent theme file, find: $get_the_time = get_the_time( get_option('date_format') );Replace by: $get_the_time = get_the_time( get_option('date_format') ). ' '.get_the_time( get_option('time_format') );Regards,PenciDesign.FatHummus repliedAugust 19, 2021 at 9:02amUnderstood, thanks! Sign in to reply ...
I see that the time is missing next to the date
what i'm missing here?
Also, how do i add comments count in the single post meta?
Hi,
1. If you want to display the post time, you must add the time syntax to the date format. Example:
Select Custom at Date Format, then replace the current value by F Yב j, G:o
2. Please go to Appearance → Customize → Single Posts → General, make sure you uncheck the Hide Comment Count option.
Regards,
PenciDesign.
The problem changing the syntax of the Date format is duplicate the time in wpDiscuz
UPDATE: so solution is to delete this filed?
As for comments count, i have verify the "Hide Comment Count" is unchecked. Also i have verified i didn't hide it with CSS.
Hi,
1. The comment count already displays on your single post at the bottom of the content:
If you want to display at another position, please go to Appearance → Customize → Single Posts: select Style 2 or Style 3 at Share Box Style.
2. About the post date, you can modify it by open functions.php parent theme file, find:
Replace by:
Regards,
PenciDesign.
Understood, thanks!