datetime="%3$s" in raw text
-
Hello!
I’m using a Twenty Ten child theme. I created a custom template and everything works properly except for the time of the posts.
To display the time/date I use:
<?php twentyten_posted_on(); ?>And the date is displayed, the problem is that looking at the code I have:
<span class="sep">Published on</span> <time class="entry-date" datetime="%3$s" pubdate>20th december 2011</time> </div>Why there is datetime=”%3$s” in raw text? For some strange reason it doesn’t get converted…
Can you help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘datetime="%3$s" in raw text’ is closed to new replies.