Radgeek has a Wordpress plugin that works really well with WP 1.5 versions. I have set it up to add the posts as drafts and then edit the descriptions and entries by hand.
Glad you could use it, if you find a feed that shows some html (like this)in the feed look for this in your php file $showDescription = 1; change the 1 to a 0 and it will look like this
I know there are better ways to parse the feed to the way you want it but i dont know how to write the php to do it so that is how I have been handling it.
We just added feeds for blogs, and they are probably the best out there for blog entries just because of the flexibility.. you can create as many feeds as you'd like using as many niches as you'd like
I know there are better ways to parse the feed to the way you want it but i dont know how to write the php to do it so that is how I have been handling it.
I've spent the last two days trying to write a parser and eventually ended up using yours for something I'm developing . Unlike most of the scripts I tried, your coding works, so thanks for that
Comment