Hello, I'm using the plugin in my blog. I was wondering if can add the total post count of every authors. Is it possible to add author's post count at mark up drop down menu or directly in the authors listing page?
Can anyone help me? It's urgent
Hello, I'm using the plugin in my blog. I was wondering if can add the total post count of every authors. Is it possible to add author's post count at mark up drop down menu or directly in the authors listing page?
Can anyone help me? It's urgent
Please, let me know if you've found any solution. Thank you.
You could do this if you store the post count in the wp_usermeta table. You'd need to create an additional profile field that is saved into that table.
Or you could create a custom script that counts the posts. You'd need to alter the plugin itself though to accomplish this.
You must log in to post.