Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Display a list of recent topics


kevinjohngallagher
Member

@kevinjohngallagher

Exactly, so just take 1 away from the total posts and that leaves you with how many replies there are :)

$number_of_posts = int $result->topic_post;

$number_of_replies = $number_of_posts – 1;

Skip to toolbar