Export All URLs – WordPress plugin | WordPress.org

Description

This plugin will add a page called “Export All URLs” under Tools. You can navigate there and can extract data from your site. You can export Posts:

  • IDs
  • Titles
  • URLs
  • And Categories

The data can be categorized before extraction, by their post types.

When we need this plugin?

  • To check all URLs of your website
  • During migration
  • During security audit
  • Need to share All URLs with SEO guy
  • 301 Redirects handling using htaccess

Customizable Features

  • Filter by Author
  • Filter by Date Range
  • Exclude domain URL (very helpful in comparing results after migration)
  • Set post range (very beneficial in case of timeout/memory out error)
  • Generates CSV file name randomly (sensitive data protection for security reasons)
  • Set preferred CSV file name (provides more control)

System requirements

  • PHP version 5.4 or higher
  • WordPress version 3.0.1 or higher

If you found any bug then report me, I’ll try to fix it as soon as possible!

Contact

For further information please send me an email[1].

Screenshots

  • Admin screenshot of Export All URLs.
  • Exported data in the dashboard.
  • Exported data to a CSV file.

Installation

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Export All URLs’
  3. Activate Export All URLs from your Plugins page.

From WordPress.org

  1. Download Export All URLs.
  2. Unzip plugin.
  3. Upload the ‘Export All URLs’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  4. Activate Export All URLs from your Plugins page.

Usage

  1. Go to Tools > Export All URLs to export URLs of your website.
  2. Select Post Type
  3. Choose Data (e.g Post ID, Title, URLs, Categories)
  4. Apply Filters (e.g Post Status, Author, Post Range)
  5. Configure advance options (e.g exclude domain url, number of posts)
  6. Finally Select Export type and click on Export Now.

Uninstalling:

  1. In the Admin Panel, go to “Plugins” and deactivate the plugin.
  2. Go to the “plugins” folder of your WordPress directory and delete the files/folder for this plugin.

FAQ

About Plugin Support?

Post your question on support forum and we will try to answer your question as quick as possible.

Why did you make this plugin?

We couldn’t find a plugin that would export all URLs, titles and categories in a simplest possible way. So, we decided to take step further to fill this gap.

Why the file name is randomly generated?

Exporting the file with static name can be easily found by malicious attacker, and may result in sensitive information leakage. So we decided to generate random name, which is harder to guess. However plugin provides complete control over file name.

Can I delete generated CSV file?

Yes, absolutely. It is highly recommended, once the file is generated, there is a direct link to delete the generated file.

Does Export All URLs make changes to the database?

No. It has no settings/configurations to store so it does not touch the database.

How can I check out if the plugin works for me?

Install and activate. Go to Tools / Export All URLs. Sellect all options and download CSV file.

Which PHP version do I need?

This plugin has been tested and works with PHP versions 5.4 and greater. WordPress itself recommends using PHP version 7.3 or greater[2]. If you’re using a PHP version lower than 5.4 please upgrade your PHP version or contact your Server administrator.

Are there any known incompatibilities?

Nope, there were some issues in past, but they are fixed in version 4.0.

Are there any server requirements?

Yes. The plugin requires a PHP version 5.4 or higher and WordPress version 3.0.1 or higher.

Contributors & Developers

“Export All URLs” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

2.0

  • support for exporting title and categories.

2.1

  • fixed special character exporting for Polish Language

2.2

  • added support for wordpress 4.6.1

2.3

  • fixed categories export, (only first category was exporting)
  • tested with wordpress 4.7

2.4

  • fatal error bug fixed
  • tested with 4.7.2

2.5

  • added support for selecting post status
  • tested with 4.7.5

2.6

  • fixed variable initialization errors
  • tested with 4.9

3.0

  • filter data by author
  • specify post range for extraction
  • generates random file name
  • tested with 4.9.2

3.5

  • allow users to customize file path and file name
  • fixed grammatical mistake
  • tested with 4.9.7

3.6

  • filter data by date range
  • some general activation improvements
  • tested with 5.1.1

4.0

  • export post IDs
  • exclude domain URL
  • complete support of custom post type categories
  • small dashboard design improvements
  • enables user to delete the file once downloaded
  • compatible with wordpress 5.4 and php 7.3
  • migrated under tools options, instead of settings
  • displays total number of links
  • new easy ways to report problem or bug
  • resolved conflict with “Security Header” & “Elementor” plugin
  • fixed typo on settings page
  • added extra verification checks

References

  1. ^ email (AtlasGondal.com)
  2. ^ recommends using PHP version 7.3 or greater (wordpress.org)
keywords

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Linx
Search Linx by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
The problem with hoarding is you end up living off your reserves. Eventually, you’ll become stale. If you give away everything you have, you are left with nothing. This forces you to look, to be aware, to replenish. . . . Somehow the more you give away, the more comes back to you.
Paul Arden
Random CSS Property

border-bottom-left-radius

The border-bottom-left-radius CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
border-bottom-left-radius css reference