I would like to output a csv text file of all of the http urls of my site/sites and import them into a spreadsheet to get a better look at all of my urls on the site.
is there a plugin that will do this? I have been searching for something but to no avail.
example...
url , title of page
"http://mysite.com/home/","Home"
"http://mysite.com/this-page/,"This Page"
"http://mysite.com/this-page/with-another-page/","With Another Page..."
"http://mysite.com/this-page/what-another-page/","What, Another Page?"
"http://mysite.com/next-page/read-this/","Read This"
"http://mysite.com/another-page-typed-in/","Another Page typed in"
"http://mysite.com/page-i-dont-know/","Page I Don't Know"
"http://mysite.com/lions-tigers-bears/bears/","Lions, Tigers, Bears"
"http://mysite.com/rabbit","Rabbit"
"http://mysite.com/squirrel","Squirrels Are Nuts" (I might change the permalink but keep the title)
Is there a quick way or instruction on how to write a php plugin for this?
Davekat