vr_chronicle
Member
Posted 11 months ago #
I get the following when installing the plugin:
Fatal error: Call to undefined function btl_list_categories() in/home/vanderbilt/www/www/chronicle/wp-content/themes/whitewash/sidebar.phpon line 14
any idea why this is happening? it is appreciated, thank you.
http://wordpress.org/extend/plugins/tag-functions/
heriz
Member
Posted 11 months ago #
I just tried out this plugin.
The documentation (included in the readme, but not on the download page) states you should put btl_list_functions, btw. But this doesn't work either. It's confusing.
It seems the documentation is incorrect, because it only works (at least, for me) if you include the code
<?php btl_list_tags(); ?>
Try that.
wwcwr
Member
Posted 10 months ago #
I'm new to WordPress, and blogging in general.
I really want the functionality of this plugin, but can't make it work.
I got as far as installing the file and activating the plugin, but nothing is happening. No errors, but no tag list either.
I find the instructions "Place <?php btl_list_functions() ?> in your templates" way too vague. There is more than one template. Could someone please explain WHERE and in which files I need to add this code?
Thanks in advance.