=== Course Maker Modules === Contributors: alexmustin Author: brandiD Author URI: https://thebrandid.com Tags: genesis, modules, templates Requires at least: 4.5 Tested up to: 5.2 Stable tag: 1.0.1 Version: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Course Maker Modules adds a Custom Post Type called "Modules" for you to use as Course content on any Genesis HTML5 theme. Designed for the Course Maker theme by brandiD. Based on the "Genesis Portfolio Pro" plugin by StudioPress. == Description == Course Maker Modules will add a new "Modules" post type (just like Blog Posts) to act as your Course content. The default template and styles will create a Module Archive page showing your Modules in a grid format. These will link to a Single Module page where you can control the content including text, images, and even galleries. To get started click "add new" under the new "Modules" menu item to add your first Module. Simply add your images and content just like you already know how to do with posts, and Publish. Add a few more entries to build your Module archive and show off your work in an attractive grid. == Installation == Download the latest version of the Course Maker Modules plugin and upload as a new plugin within your WordPress dashboard or via FTP to the wp-content/plugins folder and then activate the plugin. == Frequently Asked Questions == = What can I customize in the modules? = Custom templates are supported using the WordPress template hierarchy and the module featured image size can be overridden by adding `add_image_size( 'modules', 300, 200, TRUE );` to your theme functions.php file. There are many other tricks you can use with the Genesis actions and filters to customize anything in the plugin output. == Changelog == = 1.0.1 - (May 15, 2019) = * Update: Compatible with WordPress 5.2 = 1.0.0 - (Aug 23, 2018) = * First release. Hello, World! == Upgrade Notice == = 1.0.0 = Plugin was added to the WordPress.org Plugins Repo. Users should update to ensure they have the latest code.