[wp-hackers] Adding "post_tags" functionality from backend to frontend of WordPress - to achieve "community tagging"
Brian Layman
wp-hackers at thecodecave.com
Wed Dec 7 16:45:45 UTC 2011
Sorry, I had the wrong file name in my paste buffer. The call back
routine is the ./wp-admin/admin-ajax.php file. To find the right section
search for "case 'ajax-tag-search' :"
To look at how that is called from the JS code, search in
./wp-admin/js/inline-edit-post.dev.js for "ajax-tag-search"
Brian Layman
On 12/7/2011 11:30 AM, Brian Layman wrote:
> > Would be nice with the "suggested tags" but they are not life-saving
> necessary right now.
>
> The if you are talking about how it suggests tags from a partial match
> with what you've typed, that's just add-on javascript with an ajax
> call back to the site. Open up Firebug and watch what it does. It
> would be easy for you to include that JS in your plugin/theme. The
> official name of that feature is "Ajax Tag Search" and it is in
> admin-ajax_ajax-tag-search.diff
>
> -Brian
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list