Περιγραφή
Lightweight plugin that overrides the default widget “recent comments” in WordPress, adding an avatar display visitors comments and quotes length of 50 characters.
Is a direct descendant of WP_Widget_Recent_Comments.
Example markup that is generated by the plugin(for theming):
<ul id="recentcomments">
<li class="recentcomments">
<div class="alignleft">
<img width="32" height="32" class="avatar avatar-32 photo" src="http://0.gravatar.com/...%3D32&r=G" alt="">
</div>
<b>UserName</b>: excerpt comment <a href="http://example.com/page/#comment-ID">»</a>
</li>
<li class="recentcomments">
...
</li>
</ul>
Εγκατάσταση
- Unzip files.
- Upload ‘wp-recent-comments-with-avatars’ to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Place the widget “Recent Comments” in the sidebar. That’s it!
Συχνές Ερωτήσεις
–
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“WP Recent Comments With Avatars” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WP Recent Comments With Avatars” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0
- The first version of the plugin.