Changes between Initial Version and Version 1 of Ticket #35352, comment 9
- Timestamp:
- 03/29/2017 06:37:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35352, comment 9
initial v1 2 2 3 3 I was able to find this method. 4 http://wordpress.stackexchange.com/questions/135931/reslug-a-custom-post-type/136099#136099 4 5 5 http://wordpress.stackexchange.com/questions/135931/reslug-a-custom-post-type/136099#136099 6 This updated version of 6 Forked updated version of the re-slug plugin 7 https://github.com/lukecav/re-slug 7 8 https://wordpress.org/plugins/re-slug/ 8 https://gist.github.com/lukecav/b82ae8d6efdedfe7c6e256e1abfa7b899 9 10 10 Works in WP 4.7.3 on local dev, so if you edit the post name, then hit the re-slug button next to Edit near the slug metabox, it will update the slug to match the post name before post save.