Item's Author not displayed – Author attribute isn't parsed at all?
-
Very good plugin but for some reason it seems that it does not parse item’s “author”-attribute in a RSS-feed.
Tested with regular.php-template (as well as with all other templates).
– Added $items[“myAuthor”] to be printed in template -> Nothing to print.
– Added “print_r $items;” in template and it the output displays as well that ” [myAuthor] => ” is empty.Great if you could tell me how I could get author of each item fetched and printed out!
Related information
Used example item with author attribute:
<item>
<title>Title test</title>
<link>https://www.test.com</link>
<description>
<author>[email protected]</author>
<guid isPermaLink="false">1377840365427</guid>
<pubDate>Sat, 31 Aug 2013 04:44:36 +0000</pubDate>
<category>Category test</category>
</item>
I have latest version of plugin installed in Genesis child theme; WordPress 3.6.
- The topic ‘Item's Author not displayed – Author attribute isn't parsed at all?’ is closed to new replies.