A WordPress plugin that demonstrates how to add custom views to the All Posts page using existing filters, hooks, functions, and techniques.
This is repository is part of this post which outlines how it works, why it works the way it does, and other considerations to keep in mind.
- This is an
mu-pluginso it belongs in themu-pluginsdirectory, - When you navigate to the All Posts screen, a new link will appear next to Published, et. al.
- If there are posts that are marked as Uncategorized, they will be accessible via this link; otherwise, the link is visible but as a count of
0beside it.
- Download the main PHP file in this repository,
- Drop it into your
mu-pluginsdirectory, - Begin using it.