Wordpress: RSS Import
| Author: | Frank Bueltge |
| Version: | 4.1 |
| Author Homepage: | http://bueltge.de/ |
| Plugin homepage: | Visit |
| License: | N/A |
Description:
The Plugin works only in templates or with a PHP-Plugin in site and posts.
Use following code with a PHP-Plugin or in a template, example sidebar.php or single.php, for WordPress:
<?php RSSImport(10,"feed url",true,false); ?>
Example:
- How many items
- Feed-Adress
- only headlines = true, with description = false
- cut the string of headline = true (30 charachters)


Leave a Reply