hello friends, l want to know how can l add feeds to my sidebar without using widgets?
hello friends, l want to know how can l add feeds to my sidebar without using widgets?
Did you see Plugins/Syndication?
i found feeddigest. awesome service but sadly paid now :(
If you have WP 2.1.2, there's built in feed functions. Try this code:
<?php
require_once(ABSPATH . WPINC . '/rss.php');
wp_rss('http://example.com/feed/rss.xml',10);
?>
This would output an Unordered List of 10 items from the http://example.com/feed/rss.xml feed.
If you have an older version of WP, there's still built in feed functions, but they're not as simple. See here for examples and information:
http://codex.wordpress.org/Function_Reference/fetch_rss
should l use it like ../wp-rss.php or ../rss.php cos there is no rss.php in the root files of wp installation files...
thanks for ht answer.
http://www.bigphp.net http://www.freewebsitedirectory.org
This topic has been closed to new replies.