=== Underskeleton Content Blocks === Contributors: diegoversiani Donate link: http://getunderskeleton.com/plugins/content-blocks Tags: content-blocks Requires at least: 4.5 Tested up to: 4.8 Stable tag: trunk License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Create reusable blocks of content you can display anywhere in your website using shortcodes. == Description == Create reusable content blocks you can display anywhere in your site using shortcodes. Build a page or post with different sections, re-use each block separatelly in other pages and posts. = Usage = Using Content Blocks is as easy as: 1. Creating content blocks at "WP Admin > Content Blocks". 2. Give it a memorable slug. 3. Add `[content-block slug="your-memorable-slug"]` shortcode in the page or post you want. = Block Options = Define custom options for your content block. Select one of the templates available, set custom css classes or add your own css code. *Templates* Want to display a Call-To-Action? Choose the layout that best fits your content. Customize templates to your theme or create your own custom templates. Visit the plugin page for more info: https://getunderskeleton.com/plugins/content-blocks *CSS Classes* Add custom css classes to each content block. Using a theme based on Underskeleton? Check the documentation for which classes are available: https://getunderskeleton.com/docs/css-modifier-classes *Custom CSS* Add custom CSS code snippet for your content block. It will be loaded only on the pages and posts you add the content block. == Installation == = From your WordPress dashboard = 1. Visit 'Plugins > Add New' 2. Search for 'Underskeleton Content Blocks' 3. Activate Underskeleton Content Blocks from your Plugins page. 4. All done :) = From WordPress.org = 1. Download Underskeleton Content Blocks. 2. Upload the 'underskeleton-content-blocks' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...) 3. Activate Underskeleton Content Blocks from your Plugins page. 4. All done :) == Changelog == = 1.0.2 = * Fix: php notice in block options fields when adding new content block = 1.0.1 = * Improvement: Add Content Block Templates API = 1.0.0 = * Initial version == Upgrade Notice == = 1.0.2 = Fixes errors being displayed in block options fields leading to user save unwanted values for those fields.