- This topic has 12 replies, 2 voices, and was last updated 17 years, 6 months ago by
Anonymous.
-
AuthorPosts
-
April 23, 2008 at 8:38 am #14
Anonymous
MemberNice plugin, I will surely try it…is possible to display only categories with sub-categories as drop down?
Thanks
April 23, 2008 at 8:39 am #1874imported_Ryan
MemberYes that is possible. It’s not one of the default functions, but it’s quite easy to do. I am busy right now, but I’ll leave a comment later on tonight with instructions on how to do it and will include this functionality in the next version for you.
April 23, 2008 at 8:39 am #1974imported_Ryan
MemberYes that is possible. It’s not one of the default functions, but it’s quite easy to do. I am busy right now, but I’ll leave a comment later on tonight with instructions on how to do it and will include this functionality in the next version for you.
April 23, 2008 at 8:39 am #1875imported_Ryan
MemberIstvan, to add a list of categories with your sub-categories in a dropdown, use the following code:
[code:14chu8w4]<ul id="suckerfishnav">
<?php wp_list_categories(‘title_li=’); ?>
</ul>[code]There’s now a demo of this on the demo page[/code:14chu8w4]
April 23, 2008 at 8:39 am #1975imported_Ryan
MemberIstvan, to add a list of categories with your sub-categories in a dropdown, use the following code:
[code:14chu8w4]<ul id="suckerfishnav">
<?php wp_list_categories(‘title_li=’); ?>
</ul>[code]There’s now a demo of this on the demo page[/code:14chu8w4]
April 23, 2008 at 8:41 am #1876Anonymous
MemberThanks for the fast reply, I will try it on my local installation.
April 23, 2008 at 8:41 am #1976Anonymous
MemberThanks for the fast reply, I will try it on my local installation.
April 23, 2008 at 9:20 am #1877Anonymous
MemberI have another question…is possible to have the drop down menu not in fixed width but relative to the word?
For example: “About meâ€
April 23, 2008 at 9:20 am #1977Anonymous
MemberI have another question…is possible to have the drop down menu not in fixed width but relative to the word?
For example: “About meâ€
April 23, 2008 at 9:38 am #1878imported_Ryan
MemberSorry, but I don’t understand your question.
April 23, 2008 at 9:38 am #1978imported_Ryan
MemberSorry, but I don’t understand your question.
April 23, 2008 at 12:04 pm #1879Anonymous
MemberAs I posted some months ago I was testing your plugin and now is live here: http://www.videocalcio.net
Thanks for this plugin!
P.S.: I would like to suggest you for your next releases the possibility to add a sort of separator between categories/sub-categories.
April 23, 2008 at 12:04 pm #1979Anonymous
MemberAs I posted some months ago I was testing your plugin and now is live here: http://www.videocalcio.net
Thanks for this plugin!
P.S.: I would like to suggest you for your next releases the possibility to add a sort of separator between categories/sub-categories.
-
AuthorPosts
- You must be logged in to reply to this topic.