把coolcode新增到編輯後台中

在撰寫文章中有個『code』的按鈕,
但是按了之後沒有作用,
後來裝了coolcode外掛之後,
就可以使用code代碼的功能了,
於是我打算把撰寫文章中的『code』改成『coolcode』


打開wp-includes/js中的quicktags.js的檔案,
尋找

1
2
3
4
5
6
7
edButtons[edButtons.length] =
new edButton('ed_code'
,'code'
,'<code>'
,'</code>'
,'c'
);

取代為

1
2
3
4
5
edButtons[edButtons.length] =
new edButton('ed_coolcode'
,'coolcode'
,'<pre lang="PHP" line="1" colla="+">'
,'


,’c’
);

或是如果不想把本來工作列中的『code』取代,
(或許有它的用處,只是我沒有發現)
也可以直接在quicktags.js後面新增取代的那串代碼。

本篇發表於 部落格架設。將永久鍊結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>