Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-03-21 08:33:19
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Export a section?
Hi, anyone know if it’s possible to export all articles in a section, some with categories associated, into a new txp installation. The new installation has the same section and categories available?
Thanks for any suggestios
Lee
Offline
Re: Export a section?
Simples way is possibly to make little SQL query in your database and then export the results. In example you could use phpMyAdmin, and run this kind of query:
SELECT * FROM textpattern WHERE Section='mysectionname'
And then choose to export the query result. In phpMyAdmin you can see the export button at the bottom of the page after you have submitted the SQL query.
Offline
Pages: 1