How Can I Import the Titles from an Old Wordpress Blog?
-
Is there a way to import only the titles from an old Wordpress blog and insert them into a new Wordpress blog, on the same dates as the entries in the old blog? I post comics on my website using Wordpress. I have an old Wordpress blog ("A") and a new Wordpress blog ("B"). Blog A is in standard blog format where I just inserted everything via HTML, and blog B uses Comicpress, wherein the comics are uploaded into their own field and it works on a different system, so I cannot simply import the old blog entirely into the new one. I was able to import a batch of comics into blog B, listed on the same dates that they were on blog A, but now they all have the same generic title. So I have database A, which has information on each post including the date and post_title. Is there a way to import that information into database B so that, for example, the post_title for the entry on January 1st in database A is added to the entry for January 1st in database B? I have only rudimentary skills in PHP and SQL but I am confident that if you tell me what to do I will find a way to do it.
-
Answer:
How does a regular ComicPress import from an existing WordPress blog behave? Does it copy over everything verbatim? If this is the case, you could just enact this import mechanism and then go to your database for your new blog (blog "B") and run the query UPDATE {wp, comicpress, cp, whatever the prefix is}_posts SET post_content='', which is just a fancy way of deleting all the entries' contents.
Nedroid at Ask.Metafilter.Com Visit the source
Related Q & A:
- How do I redirect all posts from the old Wordpress to a subdomain?Best solution by en.support.wordpress.com
- How can I import bookmarks from an old Yahoo account?Best solution by Yahoo! Answers
- How can I import a recording from GarageBand to iTunes?Best solution by Yahoo! Answers
- How can I import an address book from Outlook Express to my Yahoo! addresses?Best solution by uk.answers.yahoo.com
- How can I Import old tiscali contacts into my yahoo address book?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.