
內容簡介
這是一個非常簡單的外掛,可顯示特定用戶在 Envato 市場(如 ThemeForest 或 CodeCanyon)中的最近 25 個項目。
每個項目的縮略圖都包含一個連結到該電子商務網站產品,並將用戶名稱添加到結尾,作為推薦連結之一。
這些項目可以通過短代碼或小工具提供。該外掛使用 WordPress HTTP API,並利用 Transients API 來緩存從 Envato 獲取的數據,以實現更快的頁面加載。
使用以下過濾器可以更改外掛的輸出:
my_envato_items_start – 在項目列表之前,默認為:
* *my_envato_item_start* – 在項目連結之前,默認為:
* *my_envato_item_anchor_class* – 項目鏈接的類,默認為:
* *my_envato_item_image_class* – 項目圖像的類,默認為:
* *my_envato_item_end* – 在項目連結之後,默認為:
* *my_envato_items_end* – 在項目列表之後,默認情況下為:
my_envato_cache – 緩存的時間(以秒為單位),默認為 60*60 = 1 小時
在文章或頁面中使用短代碼:
[my-envato marketplace=”codecanyon” user=”pvw”]
在循環外,主題文件中使用短代碼:
在側邊欄中查看外掛的效果 here
如果您有任何問題或功能請求,請訪問Support Forum
Plugin Page | @polevaultweb
免責聲明
該外掛使用 Envato API,並未獲得 Envato 的認可或認證。在本網站上顯示的所有 Envato 徽標和商標均為 Envato 的財產。
外掛標籤
開發者團隊
原文外掛簡介
This is a very simple plugin to display the last 25 items from an Envato marketplace such as ThemeForest or CodeCanyon for a particular user.
Each item’s thumbnail is wrapped in a link to the item with the user’s username added at the end as a referral link.
The items can be served up via a shortcode or a widget. The plugin uses the WordPress HTTP API and makes use of the Transients API to cache data from Envato for quicker pageloads.
The output of the plugin can be changed using the following filters:
my_envato_items_start – before the items list, default:
* *my_envato_item_start* – before the item link, default:
* *my_envato_item_anchor_class* – class of item link, default:
* *my_envato_item_image_class* – class of item image, default:
* *my_envato_item_end* – after the item link, default:
* *my_envato_items_end* – after the items list, default:
my_envato_cache – caching time in seconds, default: 60 * 60 = 1 hour
Shortcode usage in a post or page:
[my-envato marketplace=”codecanyon” user=”pvw”]
Shortcode usage outside of the loop, in a theme file:
See the plugin in action in the sidebar here
If you have any issues or feature requests please visit and use the Support Forum
Plugin Page | @polevaultweb
Disclaimer
This plugin uses the Envato API and is not endorsed or certified by Envato. All Envato logoes and trademarks displayed on this website are property of Envato.
