how to add older post to new wordpress post with new post?

I have my older post wordpress with domain, example1 where my domain example1 already deleted and I only can access my p

I have my older post wordpress with domain, example1 where my domain example1 already deleted and I only can access my phpadmin and cpanel.

and a few ago, I make a new website with domain example2 where in my new website I already have 10 new post.

How I can add my older post to my new domain ?

I have my older post wordpress with domain, example1 where my domain example1 already deleted and I only can access my phpadmin and cpanel.

and a few ago, I make a new website with domain example2 where in my new website I already have 10 new post.

How I can add my older post to my new domain ?

Share Improve this question edited Oct 18, 2016 at 7:13 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Oct 18, 2016 at 6:32 jodksojodkso 111 bronze badge
Add a comment  | 

3 Answers 3

Reset to default 1

If you have your old database and uploads folder, you can install WordPress and give it that database.

Then, you can use the wordpress importer/exporter to export the posts, then upload it to your new site using the same plugin.

If your old site is much larger, it may even be easier to take an export of your new site, then upload the old sites database and import the new posts into the old site.

This should handle the post content and all the tags

Easiest way of doing this would be copy contents of your older post from phpmyadmin and paste it in new domain and publish again. For that follow this procedure:

  1. Go to phpmyadmin and select your database (whose post you wants to copy).
  2. Click on wp_posts table to open it.
  3. Now click on SQL tab (available above the table) and type following query and click on Go button (bottom right side).

     SELECT * FROM `wp_posts` WHERE post_type='post'
    
  4. Now all posts will be shown to you in tabular form (in tables).

  5. Final step, All of post contents are use to store in field names as post_content and post title is use to store in field post_title.

Just copy post_title field's content to get title of post and copy post_content field's content to get description detail of posts.

You can copty it either by double click on content of field or by clicking on edit option (available on each row) and on edit page copy those fields and paste in your new domain (dashbord -> Posts -> Add New).

Note: You just need to copy only two fields (mentioned above) from wp_posts table.

Please for next time, try to save all your articles using Notepad or Microsoft word format. That is what I normally do in every of my articles that I write in other not to be stranded if I loss any of my sites with articles to publish.

Thank you.

Sammy Jnr

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744845644a4596818.html

相关推荐

  • how to add older post to new wordpress post with new post?

    I have my older post wordpress with domain, example1 where my domain example1 already deleted and I only can access my p

    2天前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信