You want feed metadata to appear in the article? There is no easy way to accomplish that, you would need to override parse_feeds() in your recipe to store a mapping of article url to author name, then implement preprocess_raw_html() in your recipe to use that mapping to insert the author name into the article HTML
|