Way to get a list of a blog's post URLs?

mmitdd

New member
Jul 30, 2007
30
0
0
Let's say that I have a blog with 300 posts. Is there a plugin or some other way to get a list of all the urls (without doing this manually)?

Mind you, I need the actual urls - not a sitemap of my blog.

Thanks in advance for any insights.
 


Most blogs have RSS feeds. RSS is a standardized format, so chances are you can write it once use it anywhere. I don't have any references off-hand as I usually roll my own. But you probably want to go with RSS. See the "link" element under "item" (item would be a post):

http://en.wikipedia.org/wiki/RSS#Example
 
What is the sitemap if not the the URLs of your/a blog?

I've used this before: Sitemap Generator


It's also possible with scrapebox ... but ... i doubt you have it?
 
Someone here built a WP plugin that does this to use with DFB but I haven't been able to find it...
 
You should be able to look directly in the database - run a query to export the URLs associated with posts.