Popis
RSS This Plugin will turn your normal WordPress page into a blog roll from an RSS feed. You can choose if you want to display the feed as a grid or stacked.
How To Use:
– Install the plugin
– Place this shortcode where you want the feed to show: [rss-this uri=“feed URL here“ maxitems=“99″ maxchars=“1000″ titleonly=“0″]
– If you want to get a feed from a wordpress site, simply use the domain name and add /feed at the end, for example:
[rss-this uri=“enter URL“]
[rss-this uri=“enter URL“ maxitems=“6″ thumbnail=“1″ title=“1″ feed_content=“1″ more=“1″ maxchars=“300″ template=“rss-normal“]
Shortcode Parameters:
– uri: the URL for the feed
– maxitems: the number of posts you would like to display
– maxchars: the number of characters the feed pulls
– titleonly: set to 1 to display the feed as a grid with title and picture only. or set to 0 to display the blog posts stacked on top of each other
Instalace
- Download the plugin then upload ‚rss-this‘ folder to the ‚/wp-content/plugins/‘ directory
–OR–
install the plugin directly from wordpress - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Use the shortcode: [rss-this uri=“http://smartcatdesign.net/feed“ maxitems=“99″ maxchars=“1000″ titleonly=“1″] in your wordpress page or post
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
RSS THIS je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “RSS THIS” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
initial release
1.1
- added grid style
- allow user to specify number of characters for each post
- allow user to set grid or stacked mode