內容簡介
此外掛使用 fetch_feed 函式在您的 WordPress 網誌/網站上顯示外部 RSS Feed!
此外掛支援分頁功能!
您可以透過此外掛設定四個項目元素(例如作者、日期、標題、描述)來顯示。
分頁程式碼可在此處找到:http://www.phpbuilder.com/board/showthread.php?t=10353797
特別感謝 joostdevalk 提供的外掛:
https://wordpress.org/extend/plugins/rss-shortcode/
功能:
透過使用短碼在文章或頁面中顯示外部 Feeds
使用 feed 參數設定 Feed 的 URL
使用 pagesize 參數設定每頁的項目數
使用 pagenum 參數設定分頁頁碼數
使用 showall 參數配置 Feed 的總項目數(設為 no)
透過將 linktitle 參數設定為 yes 或 no 來連結或不連結標題至詳細頁面
使用 target 參數設定鏈接的目標(預設為 _self)
使用 itemelements 參數設定所需項目元素(預設值:itemelements=”title,author,date,description”)
使用 CSS 來設計輸出內容
外掛標籤
開發者團隊
原文外掛簡介
This plugin uses the fetch_feed function to display external RSS Feeds on your WordPress Blog / Site!
This plugin supports paging of the feed !
With this plugin you can configure four item elements to be displayed (like author, date, title, description)
Paging code found here: http://www.phpbuilder.com/board/showthread.php?t=10353797
Thanks to joostdevalk for his plugin:
https://wordpress.org/extend/plugins/rss-shortcode/
Features:
Display external feeds in your posts or pages by using shortcode
Set the URL of the feed by using the feed parameter
Configure the number of items per page by using the pagesize parameter
Configure the number of pages in the paging footer by using the pagenum parameter
Configure the number of total items of the feed by using the showall parameter (set to no)
Link or not link the title to the detail page by setting the linktitle parameter to yes or no
Configure the target of the link by setting the target parameter to _blank or _self (default)
Configure the desired item elements by setting the itemelements parameter (default: itemelements=”title,author,date,description”)
Style the output by using CSS
