Welcome Guest, Not a member yet? Register   Sign In
How to GET number of posts for each category with type category_post in the view
#2

Change

Code:
<tr>
    <td> CATEGORY NAME</td>
    <td> Total POSTS</td>
    <td> %</td>
</tr>

To:

Code:
<tr>
    <td> CATEGORY NAME</td>
    <td> Total POSTS</td>
    <td><?php echo count($countdata);?></td>
</tr>
Reply


Messages In This Thread
RE: How to GET number of posts for each category with type category_post in the view - by JustJohnQ - 09-12-2022, 05:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB