Quote:
Originally Posted by Lynne
|
Thanks for the links. However I'm having a issue with that still. After placing the code at the top of the php page, then adding echo $rss_output; to the template, it doesn't show an RSS feed.
Nothing says what to do from there, so I'm kind of clueless on how to get the actual feed to show. What do I need to wrap around the echo $rss_output;?
I placed it inside of the following code, but I'm no expert on this.
HTML Code:
<h2 class="blockhead">Popular Games</h2>
<div class="blockbody">
<div class="blockrow">
{vb:raw rssfeed}
</div>
</div>