Wordpress Plugin: Mark Official Comments
Wordpress internally marks comments with a user_id if the comment was posted by a logged-in member of the site. Unfortunately the Wordpress template-tags don’t make any use of this feature to indicate these comments as “official” when listed on the site.
I wrote a small plugin that does exactly that: It wraps the result of (get_)comment_author_link() in <span class="official_comment">...</span> if the comment has a user_id associated with it.


2 Kommentare zu 'Wordpress Plugin: Mark Official Comments'
yadda yadda, gab’s dat net schon als plugin?
Was weis ich.
Das selbst zu schreiben war einfacher als suchen :)
Ich hatte da ein Plugin für, allerdings hat das noch selbst das user_id in der Tabelle geschrieben, was in aktuellen Wordpress Versionen nicht nötig ist.