Home > Tags > プラグイン
プラグイン
WordPressの顔文字プラグイン
- 2009-04-08 (水)
- WordPress
色々試したけどスキンとの相性なのか上手くいかず、やっと出来たのでメモメモ。。。
1) Custom SmiliesをDL
2) 解凍して出来た[custom-smilies-se]を[wp-content/plugins/]へうp
3) [wp-content/plugins/]に空の[init.php]を作成&属性606に変更
4) [comments.php]のコメント入力欄上くらいに下記を追加
‹?php if (function_exists(cs_print_smilies)) {cs_print_smilies();} ?›

- Comments: 0
- Trackbacks: 0
Home > Tags > プラグイン