Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2852497
Missing article publish time
Closed

Comments

  • FatHummus started the conversation

    I see that the time is missing next to the date

    7043451658.png

    what i'm missing here?

    +8813052718.png

    Also, how do i add comments count in the single post meta?

  •  2,492
    PenciDesign replied

    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.


  • FatHummus replied

    The problem changing the syntax of the Date format is duplicate the time in wpDiscuz  

    6366068124.png

    UPDATE: so solution is to delete this filed? 

    5048283957.png



    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,492
    PenciDesign replied

    Hi,

    1. The comment count already displays on your single post at the bottom of the content:

    image.png

    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 replied

    Understood, thanks!