Admin Slug Column

Plugin Banner

Admin Slug Column

by Chuck Reynolds

Download
Description

This plugin adds a column to wp-admin “All Posts” and “All Pages” views displaying the URL path and Slug for each one. This will also show the nested path if a page is a child post of a parent. If a post or page is not published we’ll do our best to determine the url path and display that slightly greyed out for quick reference as it’s technically not an official URL path or Slug yet. This should also work for custom post types of type page or post, and furthermore this should now, as of v1.6, also display Multibyte characters in slugs for non-latin languages too.

I initially built this out of necessity to quickly identify pages by their slug/path as sometimes the titles that clients used did’t match up nicely with the URL slug on the front-end of the site; so here’s a fast way to do that. Nothing fancy, just does what it does.

Do you have a feature you’d like or a bug you’ve found? Feel free to make an issue on the github repo.

  1. Upload the admin-slug-column directory to the /wp-content/plugins/ directory
  2. Activate the Admin Slug Column plugin through the ‘Plugins’ menu in WordPress
  3. Go to Posts or Pages and see the column showing your slug
  4. Choose to hide/show the slug column in “Screen Options” tab up top

Lifesaver when trying to locate duplicate slugs

By Anita C (mymothersdaughter) on June 19, 2025

Simple and works as expected. Saves a lot of time when troubleshooting.

Great plugin, but needs updating

By redelefant on June 4, 2024

This plugin is great - but hasn't been updated in 2 years. Can you please provide an update so it won't pose a security threat. Thank you.

So simple but so useful

By Slava Abakumov (slaFFik) on November 14, 2023

Thank you for creating this plugin.

Works perfectly, I don't get why this is not by default in WordPress

By Jeriss Cloud Center (jeriss) on October 2, 2023

I wish this would be by default in WordPress, anyway thanks this is saving me a lot of time!

Still works, great plugin

By Manny Rodrigues (endurox) on September 20, 2022

Still working as of WP 6.0.2. Makes it easy to see post URL's.

Solved my problem of url names

By robertdx2 on April 14, 2022

Great little product - thank you. Somehow I had the same name for a post and a page - and it was causing problems. this solved it. I would use it all the time if it handled multi-byte characters as a url is spread over 9 lines.

perfect!

By rothschild86 on March 23, 2021

Thank you very much!

almost perfect

By florisassies on December 12, 2019

would be even better if it allowed to sort and filter on URL path

Awesome!!!

By quyle on October 1, 2019

It does what it said. Very good plugin...

It does exactly what it says it does

By Jeremy Scott (jeremyescott) on January 3, 2019

Really. It's simple, and that is why it is awesome. Thanks for saving me the work.

1.6.1

Release Date – 2024-09-19

  • tested to 6.6.x https://github.com/chuckreynolds/Admin-Slug-Column/issues/17

1.6.0

Release Date – 2022-05-21

  • tested on 6.0-RC4
  • [feature] Multibyte characters are now supported
  • [feature] Now on draft, pending, or scheduled posts/pages instead of the ?page_id= showing we display the URL path.
  • [fix] Made sure child pages displayed the URL path correctly in all instances
  • [411] Regarding the version bump from 0.5 to 1.6. The plugin’s been in production forever, I always joked that nothing is every fully not-beta but that joke isn’t always appreciated SO… it’s a v1 release and .6 major change since inception. It’s only coincidence that 1.6.0 matches with WordPress 6.0 release (didn’t plan that).

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
Back to top