I'm trying to get a template (lnblog_sidebar_recent_entries from the [LN] Blog add-on) to show in the sidebar on the Recent Activity page, but I think I'm missing something vital. When adding the following to the news_feed_page_global template, I do get it to show up in the sidebar, but it's empty, as if there were no recent blogs to show:
Code:
<xen:include template="lnblog_sidebar_recent_entries" />
I assume I have to do something else to be able to get the correct information to be added to my template inclusion?