Summary at 2025-03-04 Problem: I cannot export WordPress 6.7.2 blog content through the tool -> export. Cause: Easy Social Feed version 6.6.5 causes this issue when enabled. Solution: Disable Easy Social Feed version 6.6.5 Details Last month, I noticed I could not export the WordPress 6.7.2 blog contents to a file using the tool -> export. The result shows up in a browser window instead of saving a fine. When I saved the contents in the browser window with SaveAs, I could not import the file. Figure: Failed export results in a browser window example. Thus I cannot use the WordPress build-in import/export functionality. I checked the plugins with a binary search; this issue shows yp when Easy Social Feed version 6.6.5 was enabled. When I disabled Easy Social Feed version 6.6.5, this issue did not show up.
Overview This is a program for migrating from a Wordpress with qTranslate to Wordpress multi-site. It removes the language-specific contents and tags attached by qTranslate plugin. Keywords: qTranslate, qTranslate-X, multi-site, multi-language, Wordpress Introduction Ten years ago from now (abound 2013), it is common that the cheapest web hosting service had 0 SQL databases, and even the next level service with database had up to 2 SQL databases. Therefore, if you want to use Wordpress in multiple languages, qTranslate multilingual plug-ins https://qtranslatexteam.wordpress.com/ was a common solution to reduce the number of database use. How does the qTranslate plugin work? The qTranslate plugin puts special tags ([:ja], [:], etc.) in the text. The plugin will retrieve the specific language text based on the tag. Advantages and disadvantage of the qTranslate plugin The biggest advantage of the qTranslate plugin is that it needs only one database even if it is multilingual. Ten years a...