
前言介紹
- 這款 WordPress 外掛「FREE DOWNLOAD MANAGER」是 2021-12-12 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2022-02-24,距離現在已有 1463 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
hits | monitor | download | downloads | download monitor |
內容簡介
Free Download Manager 是一款 WordPress 下載管理器,專門管理免費數位下載。這個外掛能夠幫助你管理你的免費數位下載,並追蹤下載次數。使用這個外掛,你可以輕鬆地管理你的免費下載,並追蹤所有免費下載的下載次數。
你可以使用這個外掛來管理和追蹤每個檔案。此外,使用者可以直接下載免費項目,而不需要將它們添加到購物車或結帳。
免費下載管理器功能:
自定義文章類型及分類。建立新的 WordPress 下載頁面就像新增文章一樣簡單。
從易於使用的介面中新增、編輯和移除下載檔案。
可以上傳多個檔案。
多重特色圖片選項。
為可下載的檔案和文件指定類別和標籤。
當使用者下載檔案後,將使用者重定向到任何頁面。
更改分類和套餐 URL 的基本 URL 的功能。
使用簡碼在 WordPress 文章或頁面上顯示「立即下載」按鈕。
每個檔案的下載計數器,能夠按日期排序下載次數。
在管理儀表板中搜索和排序你的可下載檔案。
追蹤每個檔案下載的日期和次數。
以圖表檢視每個項目的每日下載次數。
在 WordPress 文章/頁面編輯器中使用 Tinymce 按鈕,輕鬆添加簡碼。
將所有檔案下載記錄匯出為 CSV 檔案。
免費下載管理器插件安裝
• 安裝外掛的方法與一般外掛相同 - 可直接從 WordPress 網站安裝或下載 zip 檔後上傳至你的網站。
• 啟用外掛。
免費下載管理器插件使用方式
新增下載:
前往 WP 管理員的「下載 -> 新增」介面。
如同新增 WordPress 文章一樣,輸入標題和描述。
點擊「新增」欄位按鈕,並從電腦中選擇需要上傳的檔案或使用檔案 URL 。
新增下載的圖片(在前端顯示為縮略圖)。
發佈它。
你可以從「下載-> 下載」介面檢視所有現有的下載。
新增特色圖片:
點擊特色圖片,從「動態特色圖片-媒體選擇器彈出視窗」中選擇需要的圖片並點擊「特色圖片」。
點擊「新增」以新增新的特色圖片,或使用「移除」連結移除特色圖片框。
新增特色圖片後,點擊「發佈」或「更新」來保存特色圖片。
獲取特色圖片:
在你的主題中使用以下代碼:
if( class_exists('WFDM_Featured_Image') ) {
global $wfdm_featured_image;
$featured_images = $wfdm_featured_image->wfdm_get_featured_images( [$postId (可選)] );
//現在你可以遍歷圖片,以所需的方式顯示它們
}
注意:只有在發佈或更新文章時,特色圖片才會被保存。
修改分類基本 URL:
前往「下載 -> 設定」,在表單「分類基本 URL」中新增基本 URL。
修改套餐基本 URL:
前往「下載 -> 設定」,在表單「套餐基本 URL」中新增基本 URL。
將使用者重定向到不同的頁面以進行檔案下載:
原文外掛簡介
Free Download Manager is a WordPress Download Manager for freebie digital downloads. This plugin will help you manage your free digital downloads and track the number of downloads. Using this plugin, you can easily manage your freebies and follow the download count of all your freebies.
You can manage and track each file using this plugin. Moreover, the users can directly download the free items without adding them to a cart or checkout.
FREE DOWNLOAD MANAGER FEATURES
Custom Post Type and Taxonomy. Creating a new WordPress Download page is just like adding a post.
Add, edit and remove downloads from an easy-to-use interface.
Option to upload multiple files.
Multiple featured image option.
Assign categories and tags to your downloadable files and documents.
Redirect the user to any page once the user has downloaded the file.
The ability to change the base URL of category and package URLs.
Use shortcodes to display a Download Now button on a WordPress post or page.
Download counter for each file. Ability to sort downloads count by date.
Ability to search and sort your downloadable files in the admin dashboard.
Track the date and number of downloads for each of your files.
View the daily download counts of your items in a chart.
Tinymce button in the WordPress post/page editor easily adds the shortcode.
Export all the file download logs to a CSV file.
FREE DOWNLOAD MANAGER PLUGIN INSTALLATION
• Install the plugin as you would normally- either directly from the WordPress site or by downloading the zip file and uploading it into your site.
• Activate the plugin.
FREE DOWNLOAD MANAGER PLUGIN USAGE
To add a new download
Navigate to the ‘Downloads -> Add New’ interface in your WP admin
Enter a title and description as you normally would do in a WordPress post.
Click on the ‘Add’ field button and Select the file from your computer and upload it (or use the URL of the file).
Add an image for the download (it will be displayed as a thumbnail on the front end).
Publish it.
You can view all of your existing downloads from the ‘Downloads-> Downloads’ interface.
To add Featured Images
Click featured image, select the required image from the Dynamic Featured Image – Media Selector popup and click on Featured Image.
Click on ‘Add New’ to add a new featured image or use the Remove link to remove the featured image box.
After adding featured images, click publish or update to save featured images.
Get Featured Images
Use this code in your theme.
if( class_exists(‘WFDM_Featured_Image’) ) {
global $wfdm_featured_image;
$featured_images = $wfdm_featured_image->wfdm_get_featured_images( [$postId (optional)] );
//You can now loop through the image to display them as required
}
Note: The featured images are saved only when you publish or update the post.
To Change Category Base URL
Navigate to ‘Downloads-> Settings’ and add the base url to the form ”Category Base URL”.
To Change Package Base URL
Navigate to ‘Downloads-> Settings’ and add the base url to the form ”Package Base URL”.
To Redirect User to a different page for file download.
Navigate to ‘Downloads-> Settings’ and select the Download Confirmation Page from the drop-down.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「FREE DOWNLOAD MANAGER」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WP Updates Notifier 》這個外掛程式會監控你的 WordPress 安裝,並會在核心、外掛程式和佈景主題更新時發送電子郵件通知你。如果你不經常登入 WordPress 管理員,或支援客戶的網站...。
APCu Manager 》在 WordPress 管理員儀表板中準確地管理 APCu 統計信息。, APCu 管理器是一個功能完整的 APCu 管理和分析報告工具。它使您能夠監視和優化 WordPress 網站或網...。
SiteAlert – Uptime, Speed, and Security Monitoring for WordPress 》SiteAlert 檢查您的 WordPress 安裝,以確保其健康、最新和安全。使用 SiteAlert 頁面,可以使用簡單的彩色區域快速查看檢查的結果。, 安裝後,將會在工具菜...。Health Endpoint 》這個簡單的外掛程式會建立一個 /health 的端點,讓你監控 WordPress 網站的狀態。端點會測試資料庫連接的狀態,當你的網頁健康時返回 200 OK 的 HTTP 狀態碼...。
OPcache Manager 》在 WordPress 管理員控制面板中查看 OPcache 統計數據和管理功能。, OPcache Manager 是一款完整的 OPcache 管理和分析報告工具,它允許您監控和優化 WordPre...。
Cron Setup and Monitor – Get URL Cron 》使用 Get URL Cron 外掛可以檢視、建立和檢查 cron 作業,進行 Http-URL 或 Shortcode 請求。, Get URL Cron 外掛功能包括:, * 新增、編輯、刪除 cron 作業...。
WordPress File Monitor 》監視您的網站,以查看新加、更改和已刪除的檔案!跟蹤所有網站目錄中的變更,並在電子郵件中收到警報!免費保持安全!, 功能, , 監視檔案系統以查看新增/刪除...。
Banhammer – Monitor Site Traffic, Block Bad Users and Bots 》, Banhammer:保護你的網站免於敵人襲擊!, , Banhammer 給予你完全控制權,決定誰有權限進入你的網站。在防禦塔中監視網路流量,並審查可疑的訪問者。如果你...。Known Agents – Track AI Bots and Crawlers, Block Scrapers, Analyze LLM Referral Traffic 》<html>, <body>, <p>總結:您網站的一半訪問量是您看不見的,來自AI助手、網頁刮取器、搜索爬蟲和其他機器人在互聯網上橫行。Dark Visitor...。
OPcache Dashboard 》如您所知,OPcache 沒有管理頁面。 這個外掛為 WordPress 設計了 OPcache 儀表板。, , 使用 WordPress 和 OPcache 時,您是否遇到問題? 在升級核心/插件/佈...。
Sites Monitor 》網站健康評估一直都是一個重要的議題,因此, Sites Monitor 外掛為WordPress使用者提供了一個便利的解決方案。這個外掛可以讓使用者從一個簡單的 WordPress ...。SacksonWeb Data 》免費版本 - 本外掛會在您安裝的網站上收集數據,您可以進入設定頁面檢視一些我們建議您審查並考慮更改的設定。, , 此外,PRO 版本會利用第三方服務 https://m...。
NEW! WordPress Status Monitor 》WordPress Status Monitor 是一個易於安裝的管理外掛,用於檢查您的網站的狀態、資源和正常運作的時間。, 特點, , 狀態監控:測試您的網站是否運作正常以及其...。
Graphic Web Design, Inc. Manager 》這個外掛可以自動更新你的 WordPress 主版本、次版本、外掛和佈景主題,以提高網站的安全性。此外,它還會發送電子郵件通知你外掛已更新,讓你可以驗證網站是...。
Loginpetze 》有時候,知道使用者在 WordPress 成功登入的時間是相當有用的。Loginpetze 可以生成一封通知郵件來通知這件事情。這是一種方便的方法,例如監控客戶登入暫存...。
