Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 896 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 896 Bytes

WordPress2Valine

简体中文 | English

This is NOT a WordPress plugin.

How to use

Export the wp_comments table as json using phpmyadmin or other software

⚠️ATTENTION: Each post or page in WordPress has a unique internal identifier.

If the original page identifier is different from the current page, the comments on that page will not be displayed.
Please replace the changed identifier manually.

Suppose the permalink has been set to /?p=%post_id%
https://example.com/?p=42 => https//example.com/friend/

Example:
WordPress = 42 => Valine = /42/
The value to replace: 42,friend
WordPress = 42 => Valine = /friend/

Import comments (LeanCloud)

Data Storage - Import/export - Import

leancloud_en.png