Опис
WP RSS By Publishers is built the way an aggregator should be.
- You create Publishers
- You add feeds to each Publisher
- You create a rule to assign feed posts to you categories based on:
– Specific feed (or all of them
– Specific tags/ categories that come with the feed or any (tag/category independent)
Create a system cron using the following script to pull new content from feed: wsys-feed-cron.php. This way you can add a lot of feeds without impacting on performance. Also you have control on the pulling intervals.
Features
* Configure the minimum size for the imported pictures
* Add the option of redirecting the user to original post
* If you activate redirection to original post, you can also configure the utm_source in case you wish the publisher to know you as a referral
* Works with RSS 2.0, Atom, etc.
* Straightforward.
Встановлення
- Upload
wp-rss-by-publisher
to the/wp-content/plugins/
directory
or - Activate the plugin through the ‘Plugins’ menu in WordPress
- CRON:
Use the DISABLE WP_CRON constant to disable the wordpress cron and configure a system cron by using the second statement.
define(‘DISABLE_WP_CRON’, true);
/15 * * * wget -q -O – http://yourdomain.com/wp-cron.php?doing_wp_cron
Часті питання
- Are there any settings available?
-
Yes:
1. Min width – Minimum dimension for featured images in posts.
2. Min height – Minimum dimension for featured images in posts.
3. Redirect – if you wish to redirect the user to the original post
3. UTM Source – utm_source parameter that is appended to the source urls - Is this plugin extracting images?
-
Yes, only for the featured image so that in the listings it will have an image to display.
- Where is this plugin extracting the featured image from?
-
It searches for it in the body of the feed item post.
Відгуки
Для цього плагіна немає відгуків.
Учасники та розробники
“WP RSS By Publishers” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “WP RSS By Publishers” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.0 (2015-03-18)
- Add publishers
- Add feeds for each publisher
- Add rules for at a publisher level and at a feed level