Jump to content

Change html of category box


Guest fnak

Recommended Posts

I'm trying to do something as trivial as change categories with sub-categories in the category box to be rendered with "span" tags instead of "a" tags...

Something like this:

<ul>

<li><span>test</span><ul><li><a>test</a></li></ul></li>

<li><a>test</a></li>

</ul>

But after spending hours looking over the code I can't figure out how this .... works. Where is the documentation? I can't find anything that explains the relationship between the php code and the templating system, how does it work, how does it cache, how can I effectively use it?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...