설명
Enables your blog readers to suggest new post tags or upvote/downvote existing ones.
Downvoted tags are eventually removed.
A few more features are on the works as is the expansion of this readme document.
RoadMap
Add some frontend feedback;
Add support for custom taxonomy tagging;
Synonym dictionary;
Better documentation, ui and automatic integration.
설치
- Download WP Tag This!;
- Extract its content;
- Upload the wp-tag-this folder to wp-content/plugins;
- Activate it under Plugins;
Usage
To output the Table of Contents use the following snippet, inside your post loop:
<?php if( function_exists( 'TagThis' ) ){ TagThis(); } ?>
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Author: António Andrade”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
- Added blocked words;
- Added synonyms (poor interface).
1.3 (19/04/2014)
- Fixed many bugs;
- Tested under WordPress 3.9.
1.2.1 (10/07/2012)
- Removed debug messages.
1.2 (02/07/2012)
- Added autocomplete suggestions;
- Added “lowercase tags” option;
- Added “show vote count” option;
- Smaller fixes.
1.1 (01/07/2012)
- Added ajax to the frontend.
1.0 (01/07/2012)
- Initial release.