2015-08-11, 19:32:28
(This post was last modified: 2015-08-11, 19:45:11 by Simplicitie.)
Would it be possible to get the following layout out of links manager?
etc, ect, ect,
This way you would get a page with all link but with catagory name and below the links for that catagory.
Code:
<h3>Catagory_name_0</H3>
<ul>
<li> Catagory_name_0_link 1</li>
<li> Catagory_name_0_link 2</li>
</ul>
<h3>Catagory_name_1</H3>
<ul>
<li> Catagory_name_1_link 1</li>
<li> Catagory_name_1_link 2</li>
</ul>
etc, ect, ect,
This way you would get a page with all link but with catagory name and below the links for that catagory.