Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

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:zhuquan168@gmail.com.

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’

Скріншоти

  • WordPress Aggregator setting menu.
  • Manage contents
  • Config the plugin.

Встановлення

  1. Upload the folder wp-aggregator to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place ” in your templates or use ‘[WPAggregator perpage=6 maxto=6 istruncate=’true/false’ truncatedescchar=600 truncatedescstring=’…’ date_format=” target =’_blank’]’ in you posts.
  4. Navigate to Manage > Tool > WP-Aggregator to configure plugin and manage contents.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“WordPress Aggregator” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WordPress Aggregator” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • first version