This repository was archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
WordPress.org Plugin Mirror
wp-plugins/admin-slug-column
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
=== Admin Slug Column === Contributors: ryno267 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3TGB4BDCPFTHL Tags: slug, admin columns, permalink, url, page titles Requires at least: 3.2.1 Tested up to: 4.2 Stable tag: 0.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Puts the slug of posts and pages into an admin column on all posts/pages screen. It helps when page titles don't explain what the page is or too many are similar. == Description == Simply put, this plugin adds the page and post slug into the admin columns on the All post and All pages view. I built this quickly out of necessity to help identify pages and posts by their slug as sometimes the titles clients give them 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 == 1. Upload the `admin-slug-column` directory to the `/wp-content/plugins/` directory 1. Activate the Admin Slug Column plugin through the 'Plugins' menu in WordPress 1. Go to Posts or Pages and see the column showing your slug 1. Choose to hide/show the slug column in "Screen Options" tab up top == Frequently Asked Questions == = 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. == Screenshots == == Changelog == = 0.2.2 = * wp code formatting * tested to 4.2 = 0.2.1 = * basic cleanup * tested to 4.0 = 0.2 = * make oop and class = 0.1 = * Initial version to github; rough; makes slug columns yay