Forum Replies Created

Viewing 1 replies (of 1 total)
  • The issue people are having with the post slug change is rather simple to understand yet it seems to be just getting brushed off. The issue is that when you update the permalink the guid field in the wp_posts table does not get updated. What is expected is when you change a permalink it is changed period. None of this oodles of revisions that now only display the new updated data with the old permalink.

    Just touching on the issues this creates it causes a number of plugins and custom php work to fail because it relies on this field actually being updated but it never does. Below I will give an example.

    Default install create hello-world which is accessable at
    http//host.tld/YYYY/MM/DD/hello-world

    Now user changes the permalink to
    http//host.tld/YYYY/MM/DD/new-name

    This is where the issue shows itself.

    Browse to http//host.tld/YYYY/MM/DD/hello-world and it still shows

    hello-world no longer exists. If we wanted it to then we would not have changed its name to new-name.

    Hopefully this is fixed and WP gets back to the basic KISS rule since WP is always pushing so hard with the banner across our admin area for us to upgrade, upgrade, upgrade and every time we do it busts the heck out of our sites.

Viewing 1 replies (of 1 total)