=== WP Post Modal === Contributors: allurewebsolutions Tags: modal, popup Donate link: https://allurewebsolutions.com/product/donation Requires at least: 3.4 Tested up to: 4.7.3 Stable tag: 1.4 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allows you to open up page or post content inside a modal window from another page. == Description == This plugin allows you to open up page or post content inside a modal window from another page. == Installation == 1. Upload `wp-post-modal.zip` to the `/wp-content/plugins/` directory and extract 2. Activate the plugin through the \'Plugins\' menu in WordPress 3. Add the class `modal-link` to open the href of that link into a modal window. 4. If you want to show an external page in the modal, add the attribute `data-div="#id"` to your .modal-link where the id is the container on the target external page that you would like to display inside the modal 5. A page can have multiple modal links == Frequently Asked Questions == = What content will be shown in the modal? = Only the content of the page you write in the WordPress WYSIWYG editor will appear in the modal. Any headers, footers, etc will not appear. == Screenshots == 1. How the modal looks with simple text page content == Changelog == 1.0: Initial release 1.4: Add color overlay