Make WordPress Core

Opened 14 years ago

Closed 13 years ago

#22986 closed defect (bug) (duplicate)

WP uses header image's GUID as URL

Reported by: bersbers Owned by:
Priority: normal Milestone:
Component: Customize Version:
Severity: normal Keywords: has-patch needs-testing
Cc: Focuses:

Description (last modified by SergeyBiryukov)

See summary. If I move my site (old domain becoming inaccessible), I cannot use my header images any more since
a) I am not allowed to change GUIDs.
b) GUIDs are used as URLs for header images:

http://core.trac.wordpress.org/browser/trunk/wp-includes/theme.php

1008        foreach ( (array) $headers as $header ) {
1009	                $url = esc_url_raw( $header->guid );

Attachments (1)

22986.patch (515 bytes ) - added by toscho 14 years ago.
Use wp_get_attachment_image_src() for URL

Download all attachments as: .zip

Change History (8)

#1 @bersbers
14 years ago

I am not sure, but it seems that event newly uploaded files receive a GUID that contains the OLD domain. This means I cannot even re-upload header images, I cannot use any header image after moving a WordPress site. Can this be true?
(Probably not true generally. It does however seem true when I simply re-select the old header images from the media library. So I really need to re-upload ALL header images after moving the site?)

Last edited 14 years ago by bersbers (previous) (diff)

#2 @SergeyBiryukov
14 years ago

  • Description modified (diff)

#3 @toscho
14 years ago

  • Cc info@… added

@toscho
14 years ago

Use wp_get_attachment_image_src() for URL

#4 @toscho
14 years ago

  • Keywords has-patch needs-testing added

Not sure about the size argument. Is there a registered size for header images I missed?

#5 @kirasong
13 years ago

  • Milestone Awaiting ReviewFuture Release

#6 @nacin
13 years ago

  • Component ThemesAppearance

#7 @SergeyBiryukov
13 years ago

  • Milestone Future Release
  • Resolutionduplicate
  • Status newclosed

Duplicate of #27222.

Note: See TracTickets for help on using tickets.