is there a similiar syntax as "browse by category"?
i.e.
<h2>BROWSE BY CATEGORY</h2>
-
<?php wp_list_categories('title_li='); ?>
Can I use this approach if I want to use tags?
thank you!
is there a similiar syntax as "browse by category"?
i.e.
<h2>BROWSE BY CATEGORY</h2>
Can I use this approach if I want to use tags?
thank you!
Did you try any of those?
Template_Tags#Tag_tags
This does not work. I am looking to add global tags to the "browse by tag" navigation bar on left. So no matter where I am in the blog you can see this navagation feature, very much the same way you would use browse by category.
any suggestions?
thanks!
Did you find this plugin?
I did this but got this:
<?php btl_list_functions('title_li='); ?>
returns a fatal error.
plugin's been put into the proper plugin directory. no dice.
"Fatal error: Call to undefined function btl_list_functions() in..."
any idea?
also doesn't work with empty brackets, like so.
<?php btl_list_functions() ?>
plugin is activated
any suggestions you can give me?
thanks
The first suggestion is to read carefully the plugin's instructions:
Once this plugin is enabled, the template function btl_list_categories() will be available.
K I did read carefully, thank you. Now I get this error message any idea why?
Fatal error: Call to undefined function btl_list_categories() in/home/vanderbilt/www/www/chronicle/wp-content/themes/whitewash/sidebar.phpon line 14
Sorry, seemingly the plugin's description is lying.
It doesn't work.
However, it is working as a widget (Tags) if your sidebar has widgets.
This topic has been closed to new replies.