Okay, I'm stumped. I've done a bunch of testing using version 2.6.2, and I'm not sure what the problem is. It seems like sometimes I can use two blocks, but not all the time.
Basically, I'm trying to use these two blocks:
<ul>
$rss_itemblock
<li><a href="#$rss_item_number">$rss_item_title</a></li>
/$rss_itemblock
</ul>
$rss_itemblock
<hr style="border: 1px solid #578179" noshade><br>
<a name="$rss_item_number"></a><b><a href="$rss_item_link"><font size="4">$rss_item_title</font></a></b><br>
$rss_item_description<br><br>
<a href="#top">^ Back to top</a><br>
/$rss_itemblock
Whichever one I put first seems to work okay, but the second one doesn't. If I repeat both blocks twice, whichever one works at the top, works again lower down.
I also seem to be able to make tweaks to the display code (ie. change unordered list to ordered list), but if I change the variables I'm using, it causes that block to stop working (unless it is the first one).
Any help would be hugely appreciated.