TDD Recent Posts

Datum von TDD Recent Posts einstellen in output.php, Zeile 37:

[php]//Figure out what the current time is so that we are only getting results that are published in the past
$time_difference = get_settings(‚gmt_offset‘);
$now = gmdate("Y-m-d H:i:s",time());[/php]

CSS-Anpassung, damit passend zu Standard-Layout von Wizzart – Recent Comments:

[css]dl { /* typography.css */
margin: 0;
}
.tddrecentposts dl{
border: 1px dashed #E8CDAB;
display: block;
padding: 8px;
text-decoration: none;
margin-bottom:15px
}

.tddrecentposts dl:hover {
background-color: #f2e7cd
}[/css]