Hi all, i have site where different users can post data.
1)When i view the list of Posts, it give me option of "Mine(2) All(7) Draft(1)" i want to hide all other option except "Mine(2)".
2)I updated function.php to show only logged in users posts. It works fine but now the problem is, in output it show 3 posts and in status list count it shows "All(7)" which should be "All(3)".