• 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?

Viewing 1 replies (of 1 total)
  • That path is likely being generated “on the fly”

    I very much doubt you’d find it in the database. WP doesn’t work that way.

    I don’t understand what you are trying to do, what you have said you have verified, or anything about the Crowdin plugin so I can’t really help you, other than what I said above.

    I can’t find a plugin named Crowdin – can you give me a URL to the plugin page?

Viewing 1 replies (of 1 total)
  • The topic ‘How to Fix Featured Image Paths & Urls’ is closed to new replies.