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]
http://s.wordpress.org/style/images/codeispoetry.png[/img] [img=Code is Poetry]
http://s.wordpress.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.
Changes and feature additions for the BBCode plugin:
2.0.4
- Fix bug with function call
2.0.3
- Add settings menu link to plugins page
- Update azurcurve menu
2.0.2
- Correct issue with if exists azurecurve menu
2.0.1
2.0.0
1.0.0