Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Author: António Andrade

Περιγραφή

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.

Εγκατάσταση

  1. Download WP Tag This!;
  2. Extract its content;
  3. Upload the wp-tag-this folder to wp-content/plugins;
  4. 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.