Here are the custom templates i am now using:
<!--Combined Multi-Feed Layout -->
<div class="hungryfeed_item">
<b><a style="font-size:12pt" href="{{permalink}}">{{title}}</a><br/>
<div>Posted: {{post_date}}</div>
<div>Author: {{author}}</div>
<div>Source: {{source_title}}</div></b>
<br/>
<div>{{description}}</div>
<br/>
</div>
<!--Single Feed Layout with Author -->
<div class="hungryfeed_item">
<b><a style="font-size:12pt" href="{{permalink}}">{{title}}</a><br/>
<div>Posted: {{post_date}}</div>
<div>Author: {{author}}</div></b>
<br/>
<div>{{description}}</div>
<br/>
</div>
<!--Single Feed Layout without Author -->
<div class="hungryfeed_item">
<b><a style="font-size:12pt" href="{{permalink}}">{{title}}</a><br/>
<div>Posted: {{post_date}}</div></b>
<br/>
<div>{{description}}</div>
<br/>
</div>