<?php
$today = date(\'r\');
$articledate = get_the_time(\'r\');
$difference = round((strtotime($today) - strtotime($articledate))/(24*60*60),0);
if ($difference >= 3) { ?>
this is a three day old post
<?php } ?>
if($difference>=3){?>中的3已经存在3天了,您可以将其更改为您想要的任何内容。我可以做的是添加一个css类来包含图像。