If you are going to use a wordpress page, then you can use runPHP, feedlist and the RSS from wordpress.org
runPHP: http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/
feedlist: http://rawlinson.us/blog/?p=212
RSS feed from wordpress.org: http://wordpress.org/development/feed/
you can use this with any feed from any site
Thread Starter
bronxy
(@bronxy)
Hmm.. I dunno if this is what i’m looking for. Just a little <?php include code into my iframe. So when i write the news, it shows up on my website.
http://bronxy.com/main – Right now i’m using something else, but would like it show up in that frame.
This is what i used back in the day and will soon again:
add in the beginning of your php file
<?php
require('<blog dir>/wp-blog-header.php');
?>
add this where you want the news to appear
<?php
include(“<blog dir>/index.php?cat=<put your news category number here>�);
?>
this should work, if it doesn’t i could look more into it or you can search the codex and the forums.