Forums

Export permalinks from database (3 posts)

  1. RolloTamasi
    Member
    Posted 1 year ago #

    Hi guys,
    Is there any quick way, preferably via a SQL command which I can enter into PHPMyAdmin, which will export EVERY permalink from the database? If I published a blog post in four different categories then I would require all four different permalinks to be included in the exported list (this of course also includes archives and whatnot).

    Any help is much appreciated.

  2. haochi
    Member
    Posted 1 year ago #

    SQL: SELECT guid FROM wp_posts WHERE 1=1
    You can then export the results by clicking on the "Export" link on the (very) bottom of the result page.

  3. seedpxwee5
    Member
    Posted 12 months ago #

    But those are the ugly permalinks.
    How do you convert them into pretty permalinks?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.