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-plugin
so it belongs in themu-plugins
directory, - 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
0
beside it.
- Download the main PHP file in this repository,
- Drop it into your
mu-plugins
directory, - Begin using it.