List all URLs

描述

This plugin will add a page to the admin panel that displays a numerically ordered list of all published URLs within a website.

Now, why would such a feature be helpful?

First off, it allows to to quickly check all of your website URLs to ensure they are using valid characters (i.e no % symbols that may have been entered by copying and pasting from another document).

Secondly, let’s say you’re planning on moving your website to a new URL, or perhaps you would like to update many of your website’s existing URLs for better SEO or accessibility. This plugin give you a quick and easy way to view all website URLs on one single screen and can serve as a great starting point for creating a list of 301 redirects as part of an .htaccess file.

If you spot a bug or have an idea of how I can improve my code please let me know.

螢幕截圖

安裝

  1. Upload list-all-urls.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > List all URLs within the admin panel to generate an ordered list of all website URLs.

常見問題

Where can I find support?

Post a question in the support forum for this plugin and I will try to answer as soon as possible.

Where can I log issues?

Development of this plugin now takes place in this GitHub repository, so feel free to log issues there

評價

2024年5月1日
Works like a charm. Thank you! This helped me so much! I needed a plain and simple list of all links on both my old and my new site, so I could create proper 301 redirects. Thank you! ❤️
2021年7月20日
I can see all my URLs, thats great
2018年8月30日
This is easy to use, does exactly what it needs to do with no extra anything, and is perfect. Saved me a lot of work because I don’t know any other way to make URL lists like this. It’s two years old, but as long as that’s not any type of security issue then that doesn’t bother me at all. Thanks for this great plugin!
閱讀全部20個評價

貢獻者及開發者

“List all URLs” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 List all URLs 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.2

Add contributors

1.0.1

Removal of Feature API integration
Tested on WordPress 6.8.3

1.0.0

Complete rewrite of core functionality

0.2.1

Tested on WordPress 5.2.3 and PHP 7.3

0.2

Added options to sort URLs by post, pages, custom post types, or everything
Added option to turn list of all URLs into clickable hyperlinks

0.1

Initial release