Idhae
Active member
Hi,
im searching for a solution to get the posts on page count in post_macros template.
In the thread_view template I could do something like this:
Should I extend the post controller to get the count in the $post object or exist it somewhere?
im searching for a solution to get the posts on page count in post_macros template.
In the thread_view template I could do something like this:
PHP:
$postsOnPage = count($posts);
Should I extend the post controller to get the count in the $post object or exist it somewhere?