Beskrivelse
Allows for front-end tagging of posts. It uses jQuery UI autocomplete to search the WP DB
and return the closest matching tag based on the search term. If no tag was found,
you can add a new tag by simply hitting the enter key.
Skjermskudd
Installasjon
- Download the quicktags.zip and uncompress it
- Place the QuickTags directory in the wp-content/plugins folder
- Enable the plugin
- Add the QuickTags widget from the widgets section of the dashboard!
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
“QuickTags” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “QuickTags” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
0.0.4
- Removed separate jquery-ui library as a new one is now included in WP 3.5
- Fixed issue with drag n’ drop in WP 3.5.1 in widgets area
- Fixed issue including files for localhost domains
0.0.3
- Added jquery-ui extended library to resolve some JS bugs
0.0.2
- Fixed issue with postID not being properly sent via AJAX
- Fixed issue with widget rendering outside single posts (it’s now only displayed when is_single==true)
- Minor code enhancements
0.0.1
First version release!