這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

List Urls

描述

This is a lightweight plugin which provide a way to get a list of all site urls (permalinks) exported to a CSV. Useful to do site inventory. Accessible in Tools > List Urls

This is very early version, please send suggestions.

The CSV generated will give you a list of all URLs supporting custom post types, archive and also the taxonomies archives. It currently do not support the pages e.g: /page/1 or the date archive.

Columns in the CSV:

  • Title
  • URL (permalink)
  • Post ID
  • Post type name

We provide no warranty.

This plugin require at least PHP 5.5 Don’t bother asking question if you are not running PHP 5.5 and higher 😉

安裝

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to Tools > List Urls and then click Download to get the CSV of all your urls

評價

2018年3月13日
Thank you! Generated a nice CSV with just the infomation I needed to map URLs on a new website I've developed. No fuss or hassle. I don't normally leave reviews but this has saved me a considerable amount of time so it deserves credit! SWS

wow

2016年9月3日
"This is very early version, please send suggestions." ... happy to do so, simple and efficient is great! 🙂
閱讀全部7個評價

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

0.2.1

  • Fix: change the readme requirements
  • Fix: check WordPress 4.8 compatibility

0.2

  • Feature: Ability to choose or not if draft or unpublished post should be included
  • Tweak: Added the post status column

0.1.1

  • Fix autoloader issue that was crashing the plugin on activation

0.1

  • Initial release