Skip to content

Droow/textpattern-to-wordpress-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Textpattern to WordPress Exporter

This script is based on another export script, but uses classic mysql driver instead of PDO.

It creates a WordPress-format export file from a Textpattern blog.

Installation

Put the txp-exporter.php file in your Textpattern site, at the same level as the textpattern folder (usually root), then load it up in your web browser. Your directory structure should look like this:

  • files/
  • images/
  • ...
  • textpattern/
  • ...
  • index.php
  • ...
  • txp-exporter.php
  • ...

Navigate to this file (usually http://yoursite.com/txp-exporter.php) and download the XML file.

Install the WordPress Importer Plugin, activate it and go to the Tools -> Import page in admin of your WP site. Click Wordpress and select the previously downloaded file.

Configuration

Important note

This script does not exports any Textpattern custom fields yet.

Requirements

  • PHP 5.2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages