Time Stamp in {{recentposts}} tag

Hi Raimo

Go to /pulsecore/tags and edit recentposts.php.

Find line with:

$tmp = "<li>{$value->date} - <a href=\"{$base_url}/{$url}\">{$value->title}</a></li>";

Replace with:

$tmp = "<li><a href=\"{$base_url}/{$url}\">{$value->title}</a></li>";

Cheers!

1 Like