Linux 软件免费装
Banner图

DocxToPost – Convert DOCX Files to WP Posts, Pages & Custom Post Types

开发者 nagarajdev
更新时间 2026年9月3日 00:08
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

converter word docx importer document

下载

1.1.1 1.0.0 1.1.0

详情介绍:

DocxToPost is the easiest way to turn Microsoft Word documents into clean WordPress posts, pages, or custom post types. No more copy-pasting from Word and losing your formatting. Upload your .docx file and DocxToPost parses it into clean, semantic HTML that WordPress understands — including every embedded image, which is uploaded to your Media Library automatically. Everything in the free version: Why upgrade to Pro? The free version is a complete, unrestricted DOCX importer for one document at a time. Pro is for people importing many documents, and it does three things free does not: Pro also adds one-click rollback of an entire import, import history, duplicate handling (skip, import anyway, or update the existing post), a featured-image cascade that matches companion image files to their documents by filename, an activity log, and automatic updates. Learn more at docxtowp.com

安装:

  1. Install through the WordPress plugins screen, or upload the plugin files to /wp-content/plugins/docxtowp.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to DocxToPost in the admin menu and upload your first .docx file.

屏幕截图:

  • Preview and publish — the parsed document with post type, status, author, featured image, categories and tags
  • Confirmation after the post is created
  • Settings — file size limit, post defaults and which roles may use the plugin

升级注意事项:

1.1.1 Wording change on the two Pro description pages. No functional changes. Safe to skip if you never open those pages. 1.1.0 Imports now produce real editor blocks instead of one Classic block, and numbered lists, nested bullets and table headers all import correctly. Recommended for everyone. 1.0.1 Fixes numbered lists, nested bullets and table headers importing incorrectly, repairs three broken admin links, and tightens permission checks. Recommended for everyone. 1.0.0 Initial release — enjoy clean DOCX to WordPress conversion!

常见问题:

What post types does this plugin support?

All registered public post types on your site — Posts, Pages, and any Custom Post Type. You can only create the types your user role already allows.

Does it preserve formatting from Word?

Yes. Headings, paragraphs, bold, italic, underline, strikethrough, superscript, subscript, bulleted and numbered lists (including nested levels), tables with header rows, blockquotes, paragraph alignment, and hyperlinks all carry over.

I imported the wrong document. Can I undo it?

Yes. The confirmation screen has a "Move it to the trash" link, and the post stays recoverable from the Trash afterwards.

Why will my file not upload?

Go to Tools → Site Health → Status. DocxToPost adds a check there that reports the three usual causes: a missing PHP extension, an upload directory that is not writable, or a file size limit set higher than the server will actually accept.

What happens to images inside my Word document?

They are extracted, uploaded to the Media Library, and placed inline in the post. If you set alt text on an image in Word, that alt text comes with it.

What status options are available?

Publish, Draft, Pending Review, and Private. If your role cannot publish, the post is saved for review instead of being discarded.

Is there an upload limit?

There is no limit on how many documents you can convert. A per-file size limit (10MB by default) can be changed under Settings, up to whatever your server's PHP configuration allows.

Do I need the block editor?

No. By default the plugin looks at which editor your post type actually uses and matches it — block markup for the block editor, plain HTML for the classic editor. You can override that under Settings → Content Format if you would rather always get one or the other.

Will my imported post be one big Classic block?

Not any more. Each paragraph, heading, list, image, table and quote becomes its own block, so you can drag, duplicate and edit them the same as anything you wrote in the editor. Anything with no block equivalent is kept intact in an HTML block rather than being dropped.

Does the plugin send my documents anywhere?

No. Everything is parsed on your own server, and the plugin makes no outbound requests.

更新日志:

1.1.1 1.1.0 1.0.1 1.0.0