In 2016 Theme where is the Posts page thumbnail image stored?

admin2025-06-04  2

We built our new site at a staging URL. We then moved it to the live site and everything works fine -except- for the 'Posts' page.

On that page, the image specified as the thumbnail continues to point to the staging URL's img. Like this (see the src attribute):

<div id="primary" class="content-area">
    <main id="main" class="site-main" role="main">
                        <header>
                        <div class="post-thumbnail">
        <img src=".jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image">
    </div>          

I tried going into PHPMyAdmin and searching wp_options and wp_postmeta thinking that the URL or image was stored somewhere in those, but I could not find it.

Can someone tell me where this option/value is stored for the theme?

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749023640a315707.html

最新回复(0)