Description
Simply put, this plugin adds the post slug and page url path into the admin columns on the “All Posts” and “All Pages” views.
I built this out of necessity to help identify pages and posts by their slug/path as sometimes the title’s clients use don’t match up nicely with the url slug; so here’s a fast way to do that. Nothing fancy, just does what it does.
Installation
- Upload the
admin-slug-column
directory to the/wp-content/plugins/
directory - Activate the Admin Slug Column plugin through the ‘Plugins’ menu in WordPress
- Go to Posts or Pages and see the column showing your slug
- Choose to hide/show the slug column in “Screen Options” tab up top
FAQ
- Why build this?
-
Built quickly out of necessity to help identify pages and posts by their slug. Sometimes the titles clients have don’t always match up nicely with the url slug; so here’s a fast way to solve that. Nothing fancy, just does what it does.
Reviews
Contributors & Developers
“Admin Slug Column” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.
PenyumbangTranslate “Admin Slug Column” into your language.
Berminat dalam pembangunan?
Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.
Changelog
0.5.0
Release Date – 2019-06-15
- [fix] pages now show the full url path now after the domain.tld, posts still just the slug
- tested on 5.2.2
0.4.0
Release Date – 2018-10-26
- [fix] a sorting issue (sadly doesn’t work with parent slug feature (below))
- [feature] pages now have a root slash and will show the /parent/child slug now
- added plugin banner and icon for WordPress repo
- tested to 5.0-beta
0.3.1
Release Date – 2017-11-14
- tested to 4.9
0.3.0
Release Date – 2017-06-14
- tested to 4.8.x
- [feature] makes the slug column sortable in posts/pages screens
- [fix] swapped out deprecated wp function get_page
- [security] escape output
- [security] only load in admin
0.2.2
Release Date – 2015-04-27
- wp code formatting
- tested to 4.2
0.2.1
Release Date – 2014-09-04
- basic cleanup
- tested to 4.0
0.2
Release Date – 2013-05-07
- make oop and class
0.1
- Initial version to github; rough; makes slug columns yay