內容簡介
這款外掛允許用戶在文章和頁面中使用標准的 bbcode 代替 HTML。
以下是可以使用的bbcode:
加粗:[b]加粗[/b]
斜體:[i]斜體[/i]
下劃線:[u]下劃線[/u]
置中文字:[center]置中文字[/center]
刪除線:
引用:
顏色:
字型大小:[size=12pt]12pt 字型大小[/size] [size=1.2em]1.2em 字型大小[/size] [size=12px]12px 字型大小[/size]
圖片:[img]https://s.w.org/style/images/codeispoetry.png[/img] [img=Code is Poetry]https://s.w.org/style/images/codeispoetry.png[/img]
連結:[url]http://development.org/[/url] [url=http://development.org/]WordPress[/url] [link]http://development.org/[/link] [link=http://development.org/]WordPress[/link]
有序列表:[ol][li][/li][li][/li][/ol]
無序列表:[ul][li][/li][li][/li][/ul]
表格:[table][tr][th][/th][th][/th][/tr][tr][td][/td][td][/td][/tr][tr][td][/td][td][/td][/tr][/table]
程式碼:[code]function azc_bbcode_bold($atts, $content = null) { return “”.do_shortcode($content).””; }[/code]
這款外掛允許用戶在文章和頁面中使用標准的 bbcode。
外掛標籤
開發者團隊
原文外掛簡介
Allows users to use standard bbcode in posts and pages in place of HTML.
The following bbcodes can be used:
Bold: [b]bold[/b]
Italic: [i]italics[/i]
Underline: [u]underline[/u]
Center Text:[center]centered text[/center]
Strike :
Quote:
Color:
Font size: [size=12pt]12pt font size[/size] [size=1.2em]1.2em font size[/size] [size=12px]12px font size[/size]
Image: [img]https://s.w.org/style/images/codeispoetry.png[/img] [img=Code is Poetry]https://s.w.org/style/images/codeispoetry.png[/img]
URL: [url]http://development.org/[/url] [url=http://development.org/]WordPress[/url] [link]http://development.org/[/link] [link=http://development.org/]WordPress[/link]
Ordered lists: [ol][li][/li][li][/li][/ol]
Unordered lists: [ul][li][/li][li][/li][/ul]
Table: [table][tr][th][/th][th][/th][/tr][tr][td][/td][td][/td][/tr][tr][td][/td][td][/td][/tr][/table]
Code:[code]function azc_bbcode_bold($atts, $content = null) { return “”.do_shortcode($content).””; }[/code]
Allows users to use standard bbcode in posts and pages.
