
前言介紹
- 這款 WordPress 外掛「Redirection Manager」是 2025-05-20 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-12-01,距離現在已有 87 天。
- 外掛最低要求 WordPress 6.3 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
dropndot |
外掛標籤
GraphQL | url redirect | Headless WordPress | react next.js nuxt.js | 301 redirect 308 redirect 410 gone |
內容簡介
總結:Redirection Manager 外掛讓您可以直接從 WordPress 後台管理 URL 重新導向,專為 Headless WordPress 設置(如 Next.js、Nuxt.js 等)設計。
1. 這個外掛的主要功能是什麼?
- 提供管理員界面,讓您可以新增/編輯/刪除重新導向。
- 支援 301、302 重新導向以及 404 閉鎖。
- 將重新導向存儲在自訂資料庫表中。
2. 這個外掛需要哪個插件的支援?
- 需要安裝 WPGraphQL 插件才能正常運作。
3. 還有哪些特性?
- 前端可以藉由 GraphQL 輕鬆獲取重新導向。
- 具有輕量級和 AJAX 驅動的管理面板。
- 配備完善的安全措施,包括 nonce 和權限檢查。
4. 這個外掛特別適合哪些開發者使用?
- 對於正在構建 headless 前端並需要控制其 WordPress URL 結構的開發人員來說非常理想。
原文外掛簡介
Redirection Manager is a powerful redirect management plugin designed for both classic WordPress sites and Headless WordPress setups, perfect for developers building modern frontends with Next.js, Nuxt.js, React, and other JavaScript frameworks.
Note: The plugin WPGraphQL (https://wordpress.org/plugins/wp-graphql/) is required for GraphQL functionality.
Key Features
Global Redirect Management:
– Intuitive admin interface to add, edit, and delete redirects
– Support for 301 (Moved Permanently), 308 (Permanent Redirect), and 410 (Gone) status codes
– Advanced search and filtering by status code
– Pagination support for large redirect lists
– CSV export functionality for backup and migration
– Automatic URL normalization for consistency
Post-Level Redirects:
– Meta box on all public post types (posts, pages, custom post types)
– Set redirects directly from the post editor
– Supports 301, 308, and 410 redirects at the post level
– Automatic handling during template_redirect
Content Management:
– Related content detection – automatically identifies posts/pages/terms associated with redirect URLs
– Quick access to edit or view related content
– Option to trash content when creating redirects
– Support for WooCommerce products
GraphQL Integration:
– Fetch all global redirects via GraphQL query
– Post-level redirect fields (redirectType, redirectUrl) on all post types
– Perfect for headless CMS implementations
– Optimized for frontend frameworks
Developer-Friendly:
– Clean, well-documented code following WordPress coding standards
– Custom database table for optimal performance
– AJAX-powered admin interface
– Full security with nonce verification and capability checks
– Extensible architecture
Supported Redirect Types
301 – Moved Permanently: Traditional permanent redirect with destination URL
308 – Permanent Redirect: Modern permanent redirect that preserves HTTP method
410 – Gone: Indicates content is permanently deleted (no destination URL needed)
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Redirection Manager」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 2.0.0 | 2.0.1 | trunk |
延伸相關外掛(你可能也想知道)
WPGraphQL 》WPGraphQL 是一個免費、開源的 WordPress 外掛,為任何 WordPress 網站提供可延伸的 GraphQL schema 和 API。, 以下是一些有助於你開始使用 WPGraphQL 的連結...。
WPGraphQL for ACF 》- WPGraphQL for Advanced Custom Fields 是一個免費的開源 WordPress 外掛,將 ACF Fields 和 Field Groups 添加到 WPGraphQL Schema 中。, - 創建 ACF Fiel...。
WPGraphQL Yoast SEO Addon 》這個外掛啟用了 WPGraphQL 的 Yoast SEO 支援功能。, 這是 WPGraphQL 外掛的擴充功能 (https://github.com/wp-graphql/wp-graphql),可返回Yoast SEO資料。, ...。
WPGraphQL IDE 》總結:WordPress 外掛 GraphQL IDE for WPGraphQL 為使用者提供一個更直觀的界面,方便進行 GraphQL 查詢和測試。, , 問題與答案:, <ul>, <li>...。
Headless CMS 》這是一個 WordPress 外掛,透過 REST API 向任何前端環境添加以下功能,使 WordPress 成為無界面 CMS。, 此外掛提供多種功能,您可以使用與您的前端應用程式...。
WPGraphQL Send Mail 》此外掛可以透過 WPGraphQL 來寄送電子郵件。, 使用方法, `, , mutation SEND_EMAIL {, sendEmail(, input: {, to: “[email protected]”,...。WPGraphQL Blocks 》總結:透過wp-graphql外掛,可將Gutenberg塊轉換成JSON資料。, , 問題與答案:, , 問題:wp-graphql是什麼外掛?, 答案:wp-graphql是在WordPress上使用Graph...。
WPGraphQL Redirection Addon 》將WPGraphQL支援集成至廣受歡迎的Redirection 外掛中,以便在重新導向頁面時顯示相關資訊。, 查詢範例, redirection {, redirects {, groupId, gro...。
Nullify empty fields for ACF 》將進階自訂欄位 (Advanced Custom Fields, ACF) 的空值設定為 null,而非 false,以避免在 GatsbyJS 中發生 GraphQL 錯誤。, 先決條件, , 進階自訂欄位 (Adva...。
Redirection GraphQL Extension 》這個外掛創建了一個 GraphQL 物件和相關字段,用於在 WordPress 上使用 Redirection 外掛創建的轉向。它是為了在 GatsbyJS 上使用而開發的,但應該與其他 Gra...。Stellate 》WordPress 的 Stellate 外掛程式, 這個外掛程式是受歡迎的 WPGraphQL 外掛程式的附屬程式。它能夠協助在 WordPress GraphQL API 前端架設 Stellate,並且在 W...。
Gato GraphQL 》- Gato GraphQL 是一個能夠與 WordPress 網站的資料互動的工具,可以檢索、操作和再次儲存任何您所需的資料, - Gato GraphQL 可以處理來自多個外掛的功能:, ...。
Generate WpGraphql Image DataUrl 》此外掛在 WPGraphQL 中生成 MediaItem 的 DataUrl。, 這是 awsome WPGraphQL 外掛 (https://github.com/wp-graphql/wp-graphql) 的擴充功能,可以生成 MediaI...。Shopz GraphQL API for WooCommerce 》想為你的 WooCommerce 網站建立一個行動應用程式嗎?我們的外掛可以幫助你在幾秒鐘內生成 GraphQL API,並立即開始開發你的行動應用程式。或者你可以使用我們...。
GraphCDN 》這個外掛已經過時了, GraphCDN 公司已經改名為 Stellate!我們將我們的 WordPress 外掛在新名字下重新發佈: Stellate。這個外掛還會繼續存在,但將不會再接...。
