>
Download This Plugin | |
Download Elegant Themes | |
Name | azurecurve BBCode |
Version | 1.0.0 |
Author | Ian Grieve |
Rating | 0 |
Last updated | 2015-01-11 09:57:00 |
Downloads |
46
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
azurecurve BBCode plugin added 1 kB of resources to the Home page and 1 kB of resources to the sample Post page.
azurecurve BBCode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! azurecurve BBCode plugin ads no tables to your Wordpress blog database.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 :[s]strike this out[/s] [strike]strike this out[/strike] Quote: [quote]Lorem ipsum dolor sit amet, consectetuer adipiscing elit,[/quote] [quote=NAME]Lorem ipsum dolor sit amet[/quote] Color: [color="red"]red[/color] [color="ff0000"]hex red[/color] [color=#ff0000]hex red[/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://wordpress.org/[/url] [url=http://wordpress.org/]WordPress[/url] [link]http://wordpress.org/[/link] [link=http://wordpress.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]