I would like to know if there any option to create sitemap like this
http://www.the-digital-picture.com/Site-Index/
http://www.hostdime.com/ - bottom of the page
or this http://www.cmsmadesimple.org/about-link/sitemap
I tried to use menu template to create but its seem complicated.
The important thing is to show the main title bold and in the top in the same line, under it should be the sub-pages.
Creating sitemap index
Re: Creating sitemap index
You can do this with the {menu} tag and the minimal_menu.tpl template.
After that you only need to style it with some css
After that you only need to style it with some css
Re: Creating sitemap index
I tried to use it.
But I didn't succeed to set the css to look like this.
Some one have an already made css like this? you can send me?
But I didn't succeed to set the css to look like this.
Some one have an already made css like this? you can send me?
Re: Creating sitemap index
For the NCleanBlue theme it could be something like this:
Code: Select all
.main-main ul li {
font-weight:bold;
float:left;
width:120px;
}
.main-main ul li ul li {
font-weight:normal;
}