WordPressの魅力の一つは豊富なプラグインです。WordPress Plugin DBには、現在1146個
ものプラグインが登録されています。以下はプラグインを解説しているサイト。
・WordPress Plugin DB Japan
・Standing Tall » WordPressプラグイン一覧
・WordPress Plugins/JSeries
・[TB] あなたのお勧めプラグイン10選
・[まとめ] あなたのお勧めプラグイン10選
・power source* » plugin
・Tag Archive for plugin at orioa
以下、使っているプラグインについてメモ。
・Akismet
デフォルトでインストールされるSPAMコメントを拒否してくれるプラグイン。wordpress.comでアカウントを作成して、API Keyを取得。
・Linkslist
widgetプラグインのリンクウィジェットはきれいに表示されなかったので、その代わりに。ここに説明があります。linkslist.phpを以下のように修正。
<?php
//echo $before_widget; modified by MKT
?>
<div id="links-list-<?php echo $link_cat->cat_id; ?>" class="widget widget_linkslist"><?php
?>

0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment