ubc / loop-shortcode

A [loop] shortcode WordPress plugin.
5 stars 4 forks source link

[the_date] shortcode not showing same date inside loop #9

Open hazuremon opened 11 years ago

hazuremon commented 11 years ago

Shortcode [the_date] inside loop is not returning any date when there are more than one post with the same date. Using another shortcode [date] does not have the same problem.

See sample below: http://demo.sites.olt.ubc.ca/3325-2/

enejb commented 11 years ago

If the date is the same the date will not show again. use the_time shortcode. instead

Kind regards

CMS Drop-in Hours Mon, Thur 1-3pm IKBLC Fraser River Room

On Nov 27, 2013, at 10:51 PM, hazuremon notifications@github.com<mailto:notifications@github.com> wrote:

Shortcode [the_date] inside loop is not returning any date when there are more than one post with the same date. Using another shortcode [date] does not have the same problem.

See sample below: http://demo.sites.olt.ubc.ca/3325-2/

— Reply to this email directly or view it on GitHubhttps://github.com/ubc/loop-shortcode/issues/9.

hazuremon commented 11 years ago

So it's purposely not to show the same date on using [the_date] shortcode? We should probably specify the difference between [date] and [the_date] shortcode...

[the_time] shortcode returns time so probably not what I was looking for.