WordPress Plugin: TechnoTag
// January 14th, 2005 // Techie
Apologies to anyone who may have already done this plugin. This simple
Right now you can grab it here.
// January 14th, 2005 // Techie
Apologies to anyone who may have already done this plugin. This simple
Right now you can grab it here.
Seems like a pretty nice plug in indeed. However my issue is this. The tags at the bottom of complete post links perfect ti the site, but the links that show in my sidebar only return my own domain path.
Anyone have a clue, i don’t read code as proficient as some just yet.
In case anyone was wondering, yes, this does work with WP 2.0. Just added it to my site today and has been working like a charm.
[...] I have just activated “Techno Tags” plugin on my wordpress 2 site, lets c if it works ….. [...]
I am getting the same error as Ian is mentioning in comment #38:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /.../wp-content/plugins/technotag.php on line 41
No idea how to get in touch with Ian, if anyone has a patch could you please share it?
Here is the solution to the error mentioned in the previous comment, it applies only if you are using php5:
- edit line 41 so it looks like:
$ttags = array_merge((array)$ttags, (array)$ttagvals);
- basically you have to type cast the two arguments to array
See the array_merge documentation, Example 3:
http://ca.php.net/manual/en/function.array-merge.php
[...] used to tag using Keith McDuffee’s TechnoTag plugin. I switched to Christine Davis’s Ultimate Tag Warior to make adding tags for Technorati and [...]
[...] 2 is not an array in: …/wp-includes/widgets.php on line 53. Based on the comments on this post: http://www.gudlyf.com/2005/01/14/wordpress-plugin-technotag/feed/ I changed line 53 of wp-includes/widgets.php to: $sidebar = array_merge($defaults, (array)$args); [...]
[...] 2 is not an array in: …/wp-includes/widgets.php on line 53. Based on the comments on this post: http://www.gudlyf.com/2005/01/14/wordpress-plugin-technotag/feed/ I changed line 53 of wp-includes/widgets.php to: $sidebar = array_merge($defaults, (array)$args); [...]
can some one teach me how to use simple tag