How to Fix Featured Image Paths & Urls
-
We are using WordPress 4.5.2 and Crowdin plugin. I’m posting this here because I thought adding a / using sql query would fix our problem.
We created English (default site), Turkish sites. After adding Content and syncing posts to Crowdin plugin, it synced posts as pending to Turkish site.
We verified that posts are available under Posts as drafts, files are available under site’s FTP directory with correct paths.
However, featured image paths are not correct.
For example
https://{sitename}/blog/tr/wp-content/uploads/sites/81/2016/06filename.png
is displayed as broken image.Actually, the path must be
https://{sitename}/blog/tr/wp-content/uploads/sites/81/2016/06/
Because of missing / just before filename in url, WP expects 06filename.png under 2016 (year) folder. Can we run a query against database tables to fix this?
- The topic ‘How to Fix Featured Image Paths & Urls’ is closed to new replies.