From ff5cf824761ba7797d960c16bc89e570e7adb76a Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Tue, 28 Feb 2017 22:32:40 +0100 Subject: [PATCH] :ambulance: Blog posts aren't pages. --- export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.php b/export.php index b92c3dd..05de694 100644 --- a/export.php +++ b/export.php @@ -45,7 +45,7 @@ function posts(&$garray) { 'html' => $post->attributes['body'], 'image' => null, 'featured' => 0, - 'page' => 1, + 'page' => 0, 'status' => isset($post->attributes['publish_status']) ? substr( $post->attributes['publish_status'], 0, 150 ) : 'published', 'language' => 'fr_FR', 'meta_title' => null,