Boleh bang
Hapus
Balas
How do I add code in Blogger to display the published date and updated date for my posts?
Published date: <time expr:datetime="data:post.date.iso8601">
<data:post.date/>
</time> Updated date: <time expr:datetime="data:post.lastUpdated.iso8601">
<data:post.lastUpdated/>
</time>
[source]
<data:post.date/>
</time> Updated date: <time expr:datetime="data:post.lastUpdated.iso8601">
<data:post.lastUpdated/>
</time>
[source]
