WORDPRESS: Scrape URL's and Titles from Sitemap?

BHopkins

Elite Member
Joined
Dec 31, 2010
Messages
2,609
Reaction score
1,753
I have wordpress blog with a few hundred posts. I want to scrape the url and title to all of those posts so I can start blasting the deep links.

Any suggestion on the best way to get a text file with url and post title?
 
Get the blogspider plugin. It's free.

Code:
http://www.contentgeneration.org/free-blog-spider-plugin/
Run it, copy and paste to text file, done.

Thanks Jericho, that worked perfectly!
 
Back
Top