前言介紹
- 這款 WordPress 外掛「Simple URLs Legacy」是 2022-12-29 上架。
- 目前有 100 個安裝啟用數。
- 上一次更新是 2024-12-16,距離現在已有 137 天。
- 外掛最低要求 WordPress 5.9 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
rynonet | modernnerd | nathanrice | marksabbath | studiopress | cliffpaulick |
外掛標籤
redirect | click tracking | custom post types |
內容簡介
Simple URLs Legacy是由Nathan Rice和Studiopress團隊原始外掛的分支版本。因此,它是一個完整的URL管理系統,可以使用自定義文章類型和301重定向來創建、管理和跟踪站點的外部鏈接。
使用方法
Simple URLs Legacy在管理員菜單中添加了一個新的自定義文章類型,您可以在其中創建、編輯、刪除和管理URL。它在該自定義文章類型上以自定義字段的形式存儲點擊次數,因此可以很好地擴展。
通過避免基於頁面的重定向(這是掩蓋聯盟鏈接的當前趨勢),我們避免了任何永久連結衝突的問題,因此也避免了性能問題。
將整個simple-urls-legacy文件夾上傳到/wp-content/plugins/目錄中
請勿更改simple-urls-legacy文件夾的名稱
通過WordPress中的“外掛”選單啟用該外掛
轉到設置> 永久鏈接。就這樣。只需打開該屏幕,WordPRess就會自動刷新重定向。相信我。
轉到Simple URLs Legacy選單
創建新URL,或管理現有URL。
發布並根據需要使用URL!
= 1.0.0 =
* 12/30/22 #5FTF #WebDevStudios
* Simple Urls Legacy的最初版本發布
0.10.3
11/25/2022 #5FTF #WebDevStudios
在Simple URLs Legacy管理頁面中添加發布日期
0.10.2
11/25/2022 #5FTF #WebDevStudios
應用WordPress編碼標準
微調外掛描述。
在readme.txt中添加了必要的許可聲明
0.10.1
10/28/2022 #5FTF #WebDevStudios
如果運行Simple URLs插件,則在管理員中添加衝突通知。
重新設計了常數,以提高可讀性。
在更新的依賴項中添加了構建/依賴項源文件。
0.10.0
08/09/2022
將插件恢復到原始作者Nathan Rice(v0.9.9)的最後已知狀態。
將插件從Simple URLs重命名為Simple URLs Legacy。
URL結構修改器過濾器從 ‘simple_urls_slug’ 更改為 ‘simple_urls_legacy_slug’。
重新設計命名慣例,使用simple-urls-legacy命名空間和套件名稱。
刪除構建/依賴項源文件。
0.9.9
解決URL無法正確重定向的問題。
0.9.8
編碼標準。
添加composer。
添加Circle CI集成。
添加新的過濾器以更改slug。
添加REST支持,以確保Simple URLs在文本鏈接中出現在列表中。
添加強制轉換字符串為整數以避免類型錯誤。
0.9.7
WordPress兼容性。
0.9.6
添加外掛頭的i18n
添加textdomain加載程序
0.9.5
更改消息和標籤。
更新textdomain。
生成POT文件。
0.9.4
修復了保存錯誤的問題
0.9.3
從註冊函數中刪除權限行。擁有編輯文章權限的用戶可以創建/編輯URL。
增加了與WordPress 3.0.4兼容性的版本號
0.9.2
修正插件URL中的錯誤
其他細節改進。
原文外掛簡介
Simple URLs Legacy is a fork of the plugin by Nathan Rice. A URL management system to create, manage, and track outbound links from your site.
Usage
Simple URLs Legacy adds a new custom post type to your admin menu, where you can create, edit, delete, and manage URLs. It stores click counts in the form of a custom field on that custom post type, so it scales really well.
And, by avoiding page based redirects, which is the current trend in masking affiliate links, we avoid any issues with permalink conflicts, and therefore avoid any performance issues.
Upload the entire simple-urls-legacy folder to the /wp-content/plugins/ directory
DO NOT change the name of the simple-urls-legacy folder
Activate the plugin through the ‘Plugins’ menu in WordPress
Navigate to Settings > Permalinks. That’s it. Just open that screen and WordPRess automatically flushes redirects. Trust me.
Navigate to the Simple URLs Legacy menu
Create a new URL, or manage existing URLs.
Publish and use the URLs however you want!
= 1.0.3 =
* 12/16/2024
* Updated Tested To vesion for WP 6.7.1
* Applied wp_unslash correctly to url sanitization.
* Corrected text domain setting in admin class.
* Aligned license declaration between readme and plugin header.
* Added license comment block.
* Addressed issues with lengthy short description in header.
* Added original contributors back into readme header.
* Adjust loading of constants and get_plugion_data to accomodate WP 6.7 changes in text_domain loading.
1.0.2
11/13/2023
Updated Tested To vesion for WP 6.4.1
Added logic to pull plugin version from main file header
1.0.1
03/31/2023 #5FTF #WebDevStudios
Updated Tested To vesion for WP 6.2
Clean up documentation
1.0.0
12/30/22 #5FTF #WebDevStudios
Initial release of Simple Urls Legacy
0.10.3
11/25/2022 #5FTF #WebDevStudios
Add Published date to Simple URLs Legacy admin page
0.10.2
11/25/2022 #5FTF #WebDevStudios
Applied WordPress coding standards
Tweaked plugin description.
Added required license declarations in readme.txt
0.10.1
10/28/2022 #5FTF #WebDevStudios
Added conflict notice in admin if Simple URLs plugin is running.
Reworked constants for better readability.
Added build/dependency source files back in with updated dependencies.
0.10.0
08/09/2022
Reverted plugin to last known state under original author – Nathan Rice (v0.9.9).
Renamed plugin from Simple URLs to Simple URLs Legacy.
URL structure modifier filter changed from ‘simple_urls_slug’ to ‘simple_urls_legacy_slug’.
Reworked naming conventions to use simple-urls-legacy namespace and package name.
Removed build/dependency source files.
0.9.9
Fixed URLs not properly redirecting.
0.9.8
Coding standards.
Added composer.
Added Circle CI integration.
Added new filter to change the slug.
Added REST support to ensure Simple URLs appear in list when linking text.
Added cast string to int to avoid type error.
0.9.7
WordPress compatibility.
0.9.6
Add plugin header i18n
Add textdomain loader
0.9.5
Changed messages and labels.
Updated textdomain.
Generated POT file.
0.9.4
Fixed saving bug
0.9.3
Removed capability line from the register function. Users with permission to edit posts can create/edit URLs.
Bumped to show compatibility with WordPress 3.0.4
0.9.2
Fixed a type in the plugin URL
Bumped to show compatibility with WordPress 3.0.2
0.9.1
Fixed bug with URLs with ampersands in them
Added 'with_front' => false to the post type registration
0.9
Initial Beta Release
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Simple URLs Legacy」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Redirection 》ort, Redirection不需要Apache或Nginx知識,就可以快速簡單地建立和管理301重定向。如果您的WordPress支援永久連結,那麼您可以使用Redirection重定向任何URL...。
Page Links To 》這個外掛可以讓你將 WordPress 的頁面(或文章或自訂文章類型)連結至你選擇的 URL,而非 WordPress 的 URL。此外,它還會將前往舊的 URL(或「正常」的 URL...。
301 Redirects – Easy Redirect Manager 》301 Redirects 可協助您管理和建立301、302、307 個 WordPress 網站的重新導向,以改進 SEO 搜尋引擎優化和訪客體驗。301 Redirects 的使用非常簡單,是新站...。
Custom Permalinks 》name or slug), add the filter that looks like this:, function yasglobal_exclude_posts( $post ) {, // Replace '2' with ID of the post you want to ...。
Redirection 》在您的免費測試網站上試試看:點擊這裡 => https://tastewp.com/plugins/redirect-redirection。, (這個技巧適用於 WP 插件庫中的所有插件 - 只需在 URL ...。
Quick Page/Post Redirect Plugin 》目前版本為 5.2.3, 這個外掛有兩個重定向功能 - "快速重定向" 和 "個別重定向":, 快速重定向 (301 重定向), 快速重定向被設計為快速而簡單的加入。你不需要設...。
WP 404 Auto Redirect to Similar Post 》歡迎使用 WP 404 Auto Redirect to Similar Post!本外掛會根據標題、文章類型及分類來自動將 404 頁面重新導向至類似文章。如果找不到類似文章,訪客會被重...。
Attachment Pages Redirect 》這個外掛有三種可能的情境下會執行功能。無論哪種情況,該附件頁面必須存在,若該附件已被刪除,此外掛不會運作:, A)訪客進入附件頁面,其上層文章仍然存在...。
All 404 Pages Redirect to Homepage 》這個外掛可將所有404頁面重新導向到首頁或任何自定義頁面,避免這些404 URL對搜索引擎索引產生負面影響。此外掛使用 SEO 301 重定向方式,以符合 SEO 標準,...。
Shortcode Redirect 》這款「Shortcode Redirect」外掛讓網站擁有者在網站的頁面或文章上查看特定的秒數之後,自動將使用者重新導向到其他網站。外掛的使用方式非常簡單,只需在貼...。
SEO Redirection Plugin – 301 Redirect Manager 》SEO Redirection 是一個強大的重定向管理器,可輕鬆管理 301 重定向,您可以輕鬆地為您的網站建立和管理重定向。, 如果您想從舊網站遷移頁面或更改 WordPress...。
Redirect 404 Error Page to Homepage or Custom Page with Logs 》這個外掛可以輕鬆地將 WordPress 的 404 錯誤頁面導向至首頁或其他頁面。這個外掛支援永久重定向(HTTP 回應狀態碼 301)和暫時重定向(HTTP 回應狀態碼 302...。
One Click SSL 》這是一個簡單易用的 WordPress SSL 外掛程式,可將所有非 SSL 頁面重新導向到 SSL,同時確保在 SSL 頁面上載入的所有資源也都使用 SSL 載入。, 啟用後,它會...。
Multiple Domain 》重要提示:此外掛現在有新的維護者,因此將重新啟動開發工作,並成為 goINPUT 的一部分。, Multiple Domain 允許您在單一 WordPress 安裝中擁有多個網域。此...。
Contact Form 7 – Success Page Redirects 》這是一個針對 Contact Form 7(CF7)的附加外掛,提供了一種簡單的方法,讓訪客在成功傳送訊息後,能夠自動重新導向到成功頁面或感謝頁面。如果沒有傳送訊息...。