WordPress Permalink Manager Plugin: Difference between revisions
Created page with "Make sure all TARGET Media is attached to a Page (not a Timeline Event) Wordpress calculates the Default URI / Original URL* as WhatEverItIsAttachedTo(IfItIsAttached)/Na..." |
mNo edit summary |
||
Line 5: | Line 5: | ||
The NativeSlug is stored in the wp_posts.post_name Table.Column, and can be easily modified with a SQL query | The NativeSlug is stored in the wp_posts.post_name Table.Column, and can be easily modified with a SQL query | ||
"Tag" the desired media to change with a custom date (1999-09-13, AKA September 13, 1999) using the Bulk Edit feature of Admin Columns | "Tag" the desired media (WhatEver1) to change with a custom date (1999-09-13, AKA September 13, 1999) using the Bulk Edit feature of Admin Columns | ||
Use a SQL Query to add / prepend the new custom path (example: recent-history/images/, no leading /, but add the trailing) | Use a SQL Query to add / prepend the new custom path (example: recent-history/images/, no leading /, but add the trailing) | ||
Permalink Manager, Tools, Regenerate / Reset, Mode: Use Original (Default) URLs as custom permalinks | Change date back to original or current | ||
Then go to the next desired media and tag it (WhatEver2, 3, etc.) and repeat the above steps (3 lines) | |||
...and after all SQL Modifications; Permalink Manager, Tools, Regenerate / Reset, Mode: Use Original (Default) URLs as custom permalinks | |||
OR, go to debug tab (far right) and wipe all data. | |||
Optional (Not recommended as it can be done via SQL): Permalink Manager, Tools, Regenerate / Reset, Mode: Regenerate Native Slug | Optional (Not recommended as it can be done via SQL): Permalink Manager, Tools, Regenerate / Reset, Mode: Regenerate Native Slug |