
內容簡介
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.
