Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Display new_index loop on home.html?

Quote Reply
Display new_index loop on home.html?
Heya,

On the new.html template there's a loop that builds the list of dates with the number of links added on each date in brackets. Here's the code:

Quote:
<%-- Displays a list of dates and counts for each link --~%>
<%if new_index~%>
<ul>
<%~loop link_results_loop%>
<li><a href="<%url%>"><%date%></a> (<%count%>)</li>
<%endloop~%>
</ul>
<%endif%>

Is it possible to add this loop to a different template? I'd like to display this list on home.html

Safe swoops
Sangiro