HTTPS Links – 2015 Theme Images

Now we must update all links from HTTP change to HTTPS

We have the plugin to do this: Better Search and Replace

What is not clear is where are the theme links actually stored?

For example: What DB table stores the theme background image link, etc…?

We need to know what database table the 2015 theme images links are stored in?

  • Sajid
    • DEV MAN’s Sidekick

    Hello VirtualArtists,

    Hope you are doing good today :slight_smile:

    You mean the background image you set from Dashboard -> Appearance -> Customize -> Background Image ?

    If yes, then these are stored in options table of WordPress.

    If you are talking about images used in side PHP templates, then these links should automatically change since theme use WordPress function to get the links of images according to Dashboard -> Settings -> General.

    Hope that helps! Feel free to post a reply if you need further assistance :slight_smile:

    Best Regards,

    Sajid – WPMU DEV Support

  • SoftArt
    • The Crimson Coder

    You mean the background image you set from Dashboard -> Appearance -> Customize -> Background Image ? If yes, then these are stored in options table of WordPress.

    Yes – above quote is what we are looking for:

    What is the “options” table – what is the exact table name in the DB?