How to show all permalinks of wordpress?

admin

Administrator
Staff member
I want to show all current permalinks of my wordpress posts in just one page. I don't want to use archives. I use database to do this, but its showing only guid links.

Means I want to make list like this:

<blockquote>
<a href="http://www">http://www</a>. mywebsite. com/category/post1
<a href="http://www">http://www</a>. mywebsite. com/category/post1
<a href="http://www">http://www</a>. mywebsite. com/category/post1
</blockquote>

but what I am getting from database is:

<blockquote>
<a href="http://www">http://www</a>. mywebsite. com/?p=1
<a href="http://www">http://www</a>. mywebsite. com/?p=2
<a href="http://www">http://www</a>. mywebsite. com/?p=3
</blockquote>

Please help me