Jump to content
20/12/2008
Interesting article. I’ve just updated my WP site based on the hatom example. For anyone else wanting to do the same, and using the Microformats recommended date/time format, you’ll want to do this:
<abbr class=“published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”>…
Vote up?
20/12/2008
Interesting article. I’ve just updated my WP site based on the hatom example. For anyone else wanting to do the same, and using the Microformats recommended date/time format, you’ll want to do this:
<abbr class=“published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”>…