[wp-trac] Re: [WordPress Trac] #3767: Default theme (Kubrick)
should use the blog's default date format, not "F jS, Y"
WordPress Trac
wp-trac at lists.automattic.com
Sat Jun 2 06:20:45 GMT 2007
#3767: Default theme (Kubrick) should use the blog's default date format, not "F
jS, Y"
-------------------------+--------------------------------------------------
Reporter: johnbillion | Owner: ryan
Type: defect | Status: new
Priority: low | Milestone: 2.3
Component: Template | Version: 2.2
Severity: trivial | Resolution:
Keywords: has-patch |
-------------------------+--------------------------------------------------
Comment (by sunburntkamel):
the reason most themes don't use the default formatting, is that when
multiple posts are posted on the same day, the date only shows on the
first one. so for index/archive pages, there needs to be
{{{
unset($previousday);
}}}
before
{{{
the_date()
}}}
is called without parameters.
--
Ticket URL: <http://trac.wordpress.org/ticket/3767#comment:14>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list