开发者 | scottsm |
---|---|
更新时间 | 2008年9月22日 12:01 |
捐献地址: | 去捐款 |
PHP版本: | 2.3 及以上 |
WordPress版本: | 2.5.1 |
wp_folksonomy.zip
.wp_folksonomy.php
to wp-content/plugins
.single.php
or maybe index.php
) and find the tag section (look for something like: <?php the_tags('some','options');?>
). After that insert the following code: <?php if(function_exists('wp_folksonomy_add_form')) wp_folksonomy_add_form();?>
The truthful answer is I'm not completely sure. I guess there's not much benefit to spammers since tagging doesn't provide a link. My blog (only a small fry) has had it up about a year and hasn't had a problem. However if you do have a problem, you can easily delete all tags from a given IP address. If you have a serious problem, please let me know and I'll work in some sort of blacklist or (annoying) captcha or something.