Thread Starter
ivanm
(@ivanm)
Cheers, that’s what I was looking for!
Thread Starter
ivanm
(@ivanm)
I’ve got the CSS part OK, but what I actually need is for WordPress to child categories below parent categories with an indent- e.g.
< ul >< li >Parent< /li >
< ul > < li > Child 1 < /li>
< li > Child 2 < /li>
< li > Parent 2 < /li >
< ul > < li > Child 1 < /li>
< li > Child 2 < /li>
and so on. I have done the CSS, but I need WordPress to render the code as above. I think it’s in my actual template tag.
Thread Starter
ivanm
(@ivanm)
Thanks, I’ll try the loop method. I’m reading up on it now 🙂