Mô tả
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.
NEW FOR VERSION .2
Now you can customize your list of URLs by page, post, custom post type, or simply get all URLs like in the original version.
There is also a new option which can turn the list of generated URLs into clickable hyperlinks.
If you spot a bug or have an idea of how I can improve my code please let me know.
Ảnh màn hình
Cài đặt
- Upload
list-all-urls.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to
Settings > List all URLs
within the admin panel to generate an ordered list of all website URLs.
Hỏi đáp
-
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.
Đánh giá
Người đóng góp & Lập trình viên
“List all URLs” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “List all URLs” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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