[WordPress] 外掛分享: WordPress Aggregator

首頁外掛目錄 › WordPress Aggregator
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
10+
安裝啟用
尚無評分
5985 天前
最後更新
問題解決
WordPress 2.3+ v1.0 上架:2009-10-27

內容簡介

WordPress 聚合器外掛可以從其他網站收集信息並顯示它們,使用 PHP 或 Shortcode。該外掛使用 WordPress 標准,無需額外的庫;使用 SimplePie 解析饋流。

您可以在此處與我聯繫:http://www.loosky.net/?page_id=489,或者發送電子郵件至 [email protected]

請訪問官方網站以獲取有關此外掛的最新信息。

使用以下代碼與 PHP-Plugin 或模板,例如 single.php,用於 WordPress:

函數示例:

Shortcode 的示例:
[WPAggregator perpage=6 maxto=6 istruncate=’true/false’ truncatedescchar=600 truncatedescstring=’…’ date_format=” target = ‘_blank’]
_
對於布爾參數($istruncate),可以使用字符串 ‘true’ 或 ‘false’。

該外掛具有許多自定義匯入和顯示饋流內容的參數。請參閱參數列表。您還可以在文章和頁面中使用所有參數與 Shortcode。

$perpage:每頁顯示多少項目,默認為 ‘6’
$maxto:最大顯示多少頁,默認為 ‘6’
$istruncate:(布爾)是否截斷內容,默認為 ‘true’
$truncatedescchar:截斷內容,字符數量,默認為 ‘600’
$truncatedescstring:截斷內容後的字符串,默認為 ‘ … ‘
$date_format:日期格式,留空以使用 WordPress 安裝的格式,或者提供 php 日期字符串,示例:‘F j,Y’;參見:https://codex.wordpress.org/Formatting_Date_and_Time
$target:帶有目標屬性的字符串,默認為 ‘_blank’;使用 ‘_blank’、 ‘_self’、 ‘_parent’、 ‘_top’。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WordPress Aggregator」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

WordPress Aggregator Plugin can gather information from other sites and display them,use PHP or the Shortcode.The plugin use the standards of WordPress, non extra library; use SimplePie for parse feeds.
You can contact me here:http://www.loosky.net/?page_id=489, or send e-mail:[email protected].
Please visit the official website for the latest information on this plugin.
Use following code with a PHP-Plugin or in a template, example single.php, for WordPress:
Example for function:

Example for Shortcode:
[WPAggregator perpage=6 maxto=6 istruncate=’true/false’ truncatedescchar=600 truncatedescstring=’…’ date_format=” target = ‘_blank’]
_
For boolean parameter($istruncate) it is possible to use the string ‘true’ or ‘false’.
The plugin have many parameters for custom import and display content form feeds. See the list of parameters. You can also use all parameters with shorcode in posts and pages.
$perpage: Each page display how many items,default is ‘6’
$maxto: Most show how many pages,default is ‘6’
$istruncate: (bool)truncate content or not,default is ‘true’
$truncatedescchar: truncate content, number of chars, Default is ‘600’
$truncatedescstring: string after truncate content, Default is ‘ … ‘
$date_format: your format for the date, leave empty for use format of your WordPress installation, alternativ give the php date string, Example: ‘F j, Y’; see also:https://codex.wordpress.org/Formatting_Date_and_Time
$target: string with the target-attribut, Default is ‘_blank’; use ‘_blank’, ‘_self’, ‘_parent’, ‘_top’

延伸相關外掛

文章
Filter
Apply Filters
Mastodon