Plugin Author Highlight eXtended Version v1.2
This Plugin is obsolete, the new version could be found and download from here.
Pada update ke versi 1.2 ini, saya tambahkan halaman option di WordPress Admin untuk memudahkan konfigurasi nama atribut CSS class yg dibutuhkan, sehingga tidak lagi diperlukan proses manual editing ke file author-highligt-ext.php seperti pada versi sebelumnya.

Tutorial serta panduan lengkapnya bisa dilihat di artikel Author Highlight eXtended Version ini.
English
Author Highlight eXtended Version is a plugin that prints out a user-specified class attribute if the comment is made by a registered author.
Featured automatic detection for all user and know with an option page for easy configuration. Base on Jonathan Leighton Author Highlight plugin.
If you enjoyed this post, please subscribe to my blog RSS feed, and thanks for stopping by :)

2 Responses to “Plugin Author Highlight eXtended Version v1.2”
By imcw on Oct 3, 2007
yg dimaksud dg loop atau perulangan itu adalah perintah seperti foreach.. do while.. etc yg fungsinya melakukan perintah berulang2 atau iterasi untuk semua data yg ada.
pada comments.php biasanya ada kode < ?php foreach ($comments as $comment) : ? > dan kode < ?php endforeach; /* end for each comment */ ? >
nah kode inilah yg di sebut loop, kalau diartikan, kira2 gini: lakukan perintah diantara foreach dan endforeach itu, berulang2, untuk semua komentar yg ada.
jadi, silahkan letakkan fungsi author_highlight_ext nya di antara kode foreach dan endforeach ya
kalau pakai themes defaulnya WP2.3, coba letakkan pada file comments.php baris ke 29, seperti contoh di artikel http://wp.mimpikami.com/author-highlight-extended/
By wawan on Oct 3, 2007