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 (http://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. http://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’); ?>