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

Regenerate post permalink

描述

I recently imported thousands of posts having non relevant permalinks from different WordPress blogs / sites and I wanted to have all the permalinks based on the title.

First I created this usefull plugin for me, Now I want to share with all the WordPress users.

What this plugin does? It regenerates the permalink based on title:

Ex Title: My new car ==resulted permalink==> my-new-car

PS: Always create database backup before the permalinks regeneration.

螢幕截圖

  • Permalink regeneration Admin Page.

安裝

  1. Install Regenerate post permalink either via the WordPress.org plugin directory, or by uploading the files to your server
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it. You’re ready to go!

常見問題

1. Where can I access the permalink regeneration tool?

After you activated the plugin, please go to SETTINGS -> PERMALINK REGENERATION

評價

2017年12月5日
Please add wp_unique_post_slug() https://codex.wordpress.org/Function_Reference/wp_unique_post_slug before save to MySQL. This plugin now (version 4.9.1), makes a mess in MySQL. Toons of duplicate slugs.
2016年9月3日
After an import from a non wordpress site, all blogs suddenly had a slug like "revision-v4-1" or something like that. This plugin save me a lot of trouble fixing this.
閱讀全部13個評價

貢獻者及開發者

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

貢獻者

將 Regenerate post permalink 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0.3

  • Test with WordPress 4.7
  • Test with WordPress 4.4.1
  • Test with WordPress 4.3.2
  • Test with WordPress 4.3.1
  • Test with WordPress 4.3.0
  • Test with WordPress 4.2.1

1.0.2

  • Transform diacritics from title to non-diacritics chars in the slug
  • Umlauts short version support

1.0.0

  • First version.