View Single Post
Old 2009-07-12, 11:48 AM   #8
nate
I can now put whatever you want in this space :)
 
nate's Avatar
 
Join Date: Mar 2009
Location: Merica!
Posts: 543
If you know enough php, just hack the wp-o-matic plugin to do what you want. I dont think the custom templates will work, because they dont split up the content of the post in the rss feed, which is what you are wanting to do.

If you are good with string functions and regex, it should be trivial to put in 2 lines of code in the while loop to do exactly what you want to each "post" in the array before it goes into your blog. I'm not all that great at php syntax or I'd offer to be more helpful. Really all you need is to do is delete the text inside the content before and after each linked image instead of trying to "extract" the image.
__________________
Its just a jump to the left.
nate is offline   Reply With Quote