Skip to content

WordPress plugin that adds page edit links to the WordPress admin bar.

Notifications You must be signed in to change notification settings

brettshumaker/Admin-Bar-Edit-Page-Links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin-Bar-Edit-Page-Links

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.

Usage

  • 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

Filter

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.

 

About

WordPress plugin that adds page edit links to the WordPress admin bar.

Resources

Stars

Watchers

Forks

Packages

No packages published