Thread: Categories
Created on: 08/09/07 01:58 PM
| New topic Reply | Page: 1 |
| Replies: 1 | |
| Sunitha
|
08/09/07 1:58 PM Hi i saw your blog in asfusion.com. i am a newbi to coldfusion and i have very limited knowledge about components. In your blog you have categories displayed at the bottom. Do you have the same code for mangoblog to display categories |
| Link | Top | Bottom | |
| Laura
Wizard |
08/15/07 8:10 PM Sunitha, Basically, the only thing you need to do it to modify the HTML so that it displays at the bottom. Once you have the HTML, you can place a code similar to this: <mango:Categories> <mango:Category> <li><a href="<mango:CategoryProperty link />" title="<mango:CategoryProperty title />"><mango:CategoryProperty title /></a></li> </mango:Category> </mango:Categories> This is for <li> items, you may change to whatever you need. |
| Link | Top | Bottom | |
New Post