WordPress plugin that adds an "Edit Content" item to the admin bar which contains a list (sorted by menu order) of every published post in a selected post type.
I created this because I was tired of having to click back to the "Pages" page while loading content into sites.
- Activate plugin
- Visit "Admin Bar Edit Content Links" in the "Settings" menu.
- Check the boxes beside the post types you want to show
- Enjoy all the free time you now have
bs_abep_query_args
: allows you to edit the query args for the get_posts()
call that lists the post types. This happens after $args['post_type']
is set so you can have custom args per post type.