You may want to try to use the dropdown cats template tag: Template_Tags/dropdown_cats
Thanks moshu for the suggestion. I tried it and it worked. But not to seem a bit picky but is there anyway I can set a specific height around the Categories section and scroll the categories content, like how it is set up in the WP post page?
Probably. If you want something like that you should open those files from the admin folder and study how it was done. Sorry, I don’t have a better idea…
Wow… I went through the admin files and was overwhelmed with all the coding. Unfortunately, I couldnt figure out how they made the Categories (in the post page) scrollable. I was wondering it was done through iframe… and if it was, how did they call the categories file by “iframing” it.
If anyone else has a solution to make a scrollable “Categories” list to put in the SIDEBAR, I’d really appreciate your contribution =)
How about:
<div style="overflow: auto; height: 100px;">
Categories list here
</div>
Wow… that was simple. All that for a simple html code. Thanks!