Links for entries without category on sidebar
Posted: Fri Jul 25, 2008 12:48 pm
On my site I have about five entries with additional informations about the site/blog - all those entries do not belong to any category.
Now: Is it possible to show up a menu on the sidebar containing links to those entries? If I do this by hand in the sidebar.tpl this would look like:
Is there a way to automize this by smarty code?
Thanks for any help!
Now: Is it possible to show up a menu on the sidebar containing links to those entries? If I do this by hand in the sidebar.tpl this would look like:
Code: Select all
<h3>Information</h3>
<ul>
<li><a href="/linktopage1.html" title="Page 1">Page 1</a></li>
<li><a href="/linktopage2.html" title="Page 2">Page 2</a></li>
<li><a href="/linktopage3.html" title="Page 3">Page 3</a></li>
<li><a href="/linktopage4.html" title="Page 4">Page 4</a></li>
</ul>Thanks for any help!