Hi there,
i totally love mint (for a day now though g) and i’d like to install Birdfeeder on my WP Blog.
I’m kinda confused about the readme regarding WP as wp2.3 seems to have all the code in feed*.php files within wp-includes directory.
Do i still have to add the code to the wp-atom.php and stuff in the root? How about the feed name?
<?php
define('BIRDFEED', 'Feed Name');
include($_SERVER['DOCUMENT_ROOT'].'/feeder/index.php');
// WordPress users uncomment the following line
// $wpdb->select(DB_NAME);
?>
Where does the rest of the code have to go?
<?php $BirdFeeder->seed(get_the_title_rss(), get_permalink()); ?>
I read somewhere else in the forum that this code differs depending on the Feed format?
Can we probably hack together some new readme for the new WP version? Things seem to have kinda changed somehow.
Thanks for helping!