Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Freshness Linked

Sorry, forgot about this 😮 Looked at it, can’t figure out where it might go wrong, so here’s some slightly alternative code that will use a different function to do it’s thing and we’ll see if that works. Replace function fel_addlatestlink() with

function fel_addlatestlink($title)
{
global $topic;
//$felgtlpl = get_topic_last_post_link($topic->topic_id);
$felgtlpl = get_post_link( $topic->topic_last_post_id );
$title = $title . ' <a href="' . $felgtlpl . '">&nbsp;&raquo;&nbsp;</a>';

return $title;
}

Skip to toolbar