I am having trouble with the tag cloud tag.
I have tags 1.1.4 installed. (I am assuming I don’t need to install the template-tags plugin)
I tried to call the function
sp_TagCloud();
by including it in spHead.php (in the css-only theme).
This produced an error.
Warning: include_once(…./public_html/wp-content/sp-resources/forum-plugins/tags/template-tags/sp-tags-tag-cloud-tags-tag.php) [function.include-once]: failed to open stream: No such file or directory in …./public_html/wp-content/sp-resources/forum-plugins/tags/sp-tags-plugin.php on line 372
Warning: include_once() [function.include]: Failed opening ‘…./public_html/wp-content/sp-resources/forum-plugins/tags/template-tags/sp-tags-tag-cloud-tags-tag.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in …./public_html/wp-content/sp-resources/forum-plugins/tags/sp-tags-plugin.php on line 372
Fatal error: Call to undefined function sp_tagcloudtag() in …./public_html/wp-content/sp-resources/forum-plugins/tags/sp-tags-plugin.php on line 374
sp-tags-tag-cloud-tags-tag.php
does indeed not exist so I tried changing the include to the file that looked like it could belong
sp-tags-tag-cloud-tag.php
But then I get:
Fatal error: Cannot redeclare sp_tagcloud() (previously declared in …./public_html/wp-content/sp-resources/forum-plugins/tags/sp-tags-plugin.php:370) in /problem-with-post-edit-buttonome/vphdorgb/public_html/wp-content/sp-resources/forum-plugins/tags/template-tags/sp-tags-tag-cloud-tag.php on line 81
Thanks,