Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

devandreacarratta/WPExportContent

Repository files navigation

WPExportContent

Export Content From WP

Solutions

WPExportContent.WebUI.sln

NetCore3 & MVC Web Solution - Export WP Blog from UI (minimal) Interface

WPExportContent.sln

NetCore console app - fast test with appsettings.json for setting

WPExportContent - appsettings.json


{
	"PluginExport": {
		"WooCommerce": true,
		"Yoast": true
	},
	"WPSource": {
		"DB_NAME": "wpexportcontent",
		"DB_USER": "root",
		"DB_PASSWORD": "",
		"DB_HOST": "localhost",
		"TABLE_PREFIX": "wpej_"
	},
	"OUTFile": {
		"DirtyExportFile": "z:\\wpDirtyExportFile.json",
		"ExportFile": "z:\\wpExportFile.json",
		"SQLServerConnection": "",
		"MySQLServerConnection": "Server=XXX;Database=XXX;Uid=XXX;Pwd=XXX;Port=3306"
	}

}

PluginExport / WooCommerce : set "true" if you want to export products (no orders)

About

Export WordPress content to json file

Topics

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages