• Hi,
    for post and pages it only shows the time and not the dates,
    see exemple at vforvalerio.com
    how could i fix this?

    and is there a way to hide the time and the “no comments” from the home page?

    many thanks
    V

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    For change time format (e.g. to date) open main wordpress settings and change time format to “j F Y”.
    For hidden “comments” you can create new layout (https://code.google.com/p/wp-constructor/wiki/ConstructorLayouts) or update to last version and hide link by CSS:
    .comments-link { display:none }

    Thread Starter Valerio

    (@vforvalerio)

    Thanks a lot Anton,
    I changed the date but it still doesn’t work, it only shows the time and not the date.
    other suggestions?
    BTW I’m using the last version of costructor and WP

    I have the same issue, changed it in the settings but it does not work, time still shows up, any help. https://www.designincolorblog.com

    I am having the same issue.

    I was having the same issue as well.

    I did some experimenting in Settings>General and found a solution.

    For some reason, the theme only seems to pull from the “Time Format” and not “Date Format” + “Time Format.”

    I selected custom for the “Time Format” and cleared the field. Saved and checked my blog to find that there was no date or time at all.

    So I selected custom for both time and date formats. I cleared the “Date Format” and entered in the following for “Time Format”

    F j, Y g:i a

    Now my blog displays the full date as “June 15, 2010 7:14 pm”

    Try this <?php the_time(‘d/m/Y’); ?>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Date doesn’t show’ is closed to new replies.