|
||||
|
Did you guys see JBJ's post over at Smashing Magazine, which included 10 useful RSS WordPress hacks?
I wanted to mention it here and draw your attention to my favorite hack! The hack I'm speaking of is of course to add an RSS feed to your blog. Obviously this feature is available already if you use widgets, but what if you want to place it somewhere besides the sidebar/footer? Here is the code you can use (using the WP Forums feed for example): Code:
<?php include_once(ABSPATH.WPINC.'/rss.php');
wp_rss('http://wpforums.com/external.php?type=RSS2', 5); ?>
__________________
~[WPForums.com Administrator ]~ To view links or images in signatures your post count must be 10 or greater. You currently have 0 signatures. - WordPress Theme & Plugin Reviews, Hacks, Guides, and Tutorials To view links or images in signatures your post count must be 10 or greater. You currently have 0 signatures. - WordPress Link & Resource Directory |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|