=== Gecko Theme Parts === Contributors: musicalbigfoot Donate link: https://www.geckodesigns.com Tags: gutenberg, block editor, template Requires at least: 5.0 Tested up to: 5.3 Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Allows you to use the Block Editor to create content anywhere in a theme, outside of the page content loop. == Description == This plugin lets you register locations in a theme's template files, you can then create a Theme Part post and associate it with the registered locations. == Installation == Upload gecko-theme-parts to the /wp-content/plugins/ directory and activate the plugin through the ‘Plugins’ menu in WordPress. * Register a new Location in your theme files * Add do_action code to your theme's template files where you want to output the Theme Part content * Create a new Theme Part post * Assign the new Theme Part to the appropriate Location == Screenshots == 1. screenshot-1.png 2. screenshot-2.png == Changelog == = 1.0.0 = * Initial release