Quote:
Originally Posted by femdomdestiny
Problem is how to automatically replace paths to new files without spending months
|
I see...
I don't use WP so I wouldn't know for sure, but my guess is that Wordpress uses its own custom php function for showing images inside a blog post.
Meaning, you would only need to change a line or two in the source code to apply that change (to also include webp images) in all blog posts, instead of manually changing thousand blog posts.
But again, I'm not a Wordpress expert, but I guess such thing would be the case.
Does Wordpress store posts inside the database using some sort of markdown? If that's the case, it's 100% certain there's some function inside the source code that takes care of the markdown parsing of the images.