Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I had to tweak the plugin to do this.

    filename: class-media-rename.php

    Line 128: global $wpdb;

    After line 158:

    $wpdb->update(
          $wpdb->posts,
          array(
            'guid' => $post_changes['guid']
          ),
          array( 'ID' => $post->ID ),
          array(
            '%s'
          ),
          array( '%d' )
        );

    Best regards,
    Spyros

    Spyros, hi!
    Maybe you know the way to mass fix the guids afterwards?
    I had already renamed over 3000 pictures and not willing to do it again after fix…

    Hello Chuvi,

    I am sorry, I do not ??

    Best regards,
    Spyros

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GUID not updated’ is closed to new replies.