Share via

Publishing to Wordpress

Anonymous
2016-03-16T08:53:43+00:00

Hi,

     I am trying to know is there anyway i can use a single word file to publish multiple posts? I need to avoid publishing files one by one. Actually i create multiple posts in single MS word 2007 file and then need to publish them all at once. Is this possible?

     Secondly, if someone else make posts in the same way (single MS word file for multiple posts) and i have to publish them, what short way is available for that task ?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2016-06-20T09:30:39+00:00

    Wordpress do not support direct import from word file . It is possible if you can convert this file in XML .  IF you are able to export word file in XmL like below given xml for help regarding Automatic wordpress installand automatic posting to wordpress visit: http://songlers.com/blog/softaculous-app-installer-automatic-wordpress-install/

    <item>

    <title>Hello world!</title>

    <link>http://songlers.com/articles/hello-world/</link>

    <pubDate>Sat, 08 Aug 2015 07:10:25 +0000</pubDate>

    <dc:creator><![CDATA[michaeldada001]]></dc:creator>

    <guid isPermaLink="false">http://songlers.com/articles/?p=1</guid>

    <description></description>

    <content:encoded><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></content:encoded>

    <excerpt:encoded><![CDATA[]]></excerpt:encoded>

    <wp:post_id>1</wp:post_id>

    <wp:post_date><![CDATA[2015-08-08 07:10:25]]></wp:post_date>

    <wp:post_date_gmt><![CDATA[2015-08-08 07:10:25]]></wp:post_date_gmt>

    <wp:comment_status><![CDATA[open]]></wp:comment_status>

    <wp:ping_status><![CDATA[open]]></wp:ping_status>

    <wp:post_name><![CDATA[hello-world]]></wp:post_name>

    <wp:status><![CDATA[publish]]></wp:status>

    <wp:post_parent>0</wp:post_parent>

    <wp:menu_order>0</wp:menu_order>

    <wp:post_type><![CDATA[post]]></wp:post_type>

    <wp:post_password><![CDATA[]]></wp:post_password>

    <wp:is_sticky>0</wp:is_sticky>

    <category domain="category" nicename="uncategorized"><![CDATA[Uncategorized]]></category>

    <wp:postmeta>

    <wp:meta_key><![CDATA[tc-thumb-fld]]></wp:meta_key>

    <wp:meta_value><![CDATA[a:2:{s:9:"_thumb_id";b:0;s:11:"_thumb_type";s:10:"attachment";}]]></wp:meta_value>

    </wp:postmeta>

    </item>

    exported file should be in above xml format.

    Was this answer helpful?

    0 comments No comments