-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Featured Images links have not been updated #1
Comments
Apologies for the delayed response due to an oversight on our part. We're now actively addressing the issue you raised. Thank you for your patience. In our demo Wordpress site, https://wordpress.webp.se/fk7-running-shanghai-tianma/ our featured image is using |
The theme is the Twenty Twenty-Four and was Twenty Twenty-Three before. They can be modified by the block-editor. There are many kinds of blocks could be added to the page and the featured image which I mentioned is one of them. So that kind of featured image is not a part of post. It is using |
Thanks for update, we'll look into this more. Recently we've found a workaround for this that works even better than our plugin at the moment, by utilizing a famous plugin called WP Super Cache, the plugin contains another plugin called OSSDL CDN off-linker. (However that plugin itself seems not working in our dev environment).
Workaround is as below, suppose you:
Then you can configure WP Super Cache plugin as below:
Please pay special attention to In the configuration above, all images in posts and featured image will be changed accordingly, example site(with twentytwentythree theme): |
Hi, I found it used 'the_content' in the code. That can not update links in featured image which use the <figure> tag outside the content.
The text was updated successfully, but these errors were encountered: