quicktag 標籤的全部彙整

[WordPress] 增加發文快速tag

除了使用quick tag 外掛外,可以用手動的方法…
在 /wp-include/js/quicktags.js 中
找到

  1. edButtons[edButtons.length] =
  2. new edButton('ed_strong'
  3. ,'b'
  4. ,'<strong>'
  5. ,'</strong>'
  6. ,'b'
  7. );

繼續閱讀 ‘[WordPress] 增加發文快速tag’