When i try to add feeds to my site i am not getting the content example: http://feeds.feedburner.com/fashionjoetips Code (markup): how can i content from that thanks
It showing all your posts in the feed url http://feeds.feedburner.com/fashionjoetips also showing the subscribe to feed button at bottom of your page..
I think you're trying to get that feed from someone else's feed to show up on your site, correct? I'm not exactly sure how to do that. i would check out the feedburner documentation. Otherwise you might be able to access the actually XML feed via PHP (file() or file_get_contents()) at http://feeds.feedburner.com/fashionjoetips?format=xml and just customize it. That might be pretty inefficient though.