=== White Bracket Theme Options === Contributors: White Bracket Tags: global content, theme options, more wysiwyg editors, google analytics, universal analytics, universal google analytics Requires at least: 3.5 Tested up to: 4.3 == Description == White Bracket Theme Options lets you create global content/global options that you can then add to any page or post via shortcode. The shortcode is generated as soon as you save your content. As well as creating additional content, you can set the font size and font colour of heading tags (h1 through to h6), p tags, a tags and li tags. The latest addition to the plugin is the ability to add the latest Google Analytics code to every page on your website. This plugin is perfect for you, if you want content to appear in multiple places across your site, such as telephone numbers, email addresses and images. Edit the content in one place, and it changes everywhere you have used the generated shortcode. The shortcode generated will look like [wbo option_name="XXXXXX"], copy and paste the shortcode into the post or page where you would like the content you entered to be displayed. There are currently two types of content that you can create. The first type is a standard input box, and the second type is a fully functional WYSIWYG editor. Paragraph tags are automatically added, if you would like to disable this, you can in the shortcode by adding wpautop="no" e.g. [wbo option_name="wb_XXXX" wpautop="no"]. When you initially add a WYSIWYG editor it will add a text field, upon saving that option, it will turn into a WYSIWYG editor. Once the plugin has been installed and is activated, you can use the plugin by going to Appearance -> Theme Options. == Installation == You can install this plugin in 3 different ways. 1) Upload the contents of this zip folder to your plugins directory via FTP 2) Upload the plugin via WordPress using the upload plugin feature 3) Click Plugins -> Add New, search for White bracket Theme Options, and click install. Once the plugin has been installed and is activated, you can use the plugin by going to Appearance -> Theme Options. == Frequently Asked Questions == = Q: Is it possible to remove p tags from the shortcode output? = A: Yes, just add wpautop="no" e.g. [wbo option_name="wb_XXXX" wpautop="no"] == Screenshots == 1. Theme Options Page 2. Adding a WYSIWYG option 3. Editing WYSIWYG option 4. Option updated 5. Settings tab 6. Editing H1 settings 7. Google Analytics == Changelog == = 1.3.2 = * Added the ability to add Google Analytics to every page on a website. * Removed the !important statement off the generated css as it was being applied to items such as menu items, which is not the intention. The main idea is the adjust the site content. = 1.3.1 = * Automatically add 'px' to generated css, if it hasn't been specified = 1.3.0 = * Added in the ability for paragraph tags to be removed from the shortcode output. * Added in the ability add basic styling to h1, h2, h3, h4, h5, h6, p, a and li elements. * Redesigned the user interface and introduced a tab system. = 1.2.0 = * Updated the user interface to make it more user friendly, so it is easier to see all current options created with the plugin. = 1.1.0 = * Fixed a bug that was stripping out styling and images from the WYSIWYG editor on save. = 1.0.0 = * White Bracket Theme Options launch