=== Make JSON-LD for WordPress With Custom Fields === Contributors: hideokamoto Donate link: https://note.mu/hideokamoto/n/nd0cecce0e758 Tags: json-ld Requires at least: 4.1.2 Tested up to: 4.1.2 Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Make JSON-LD from WordPress Custome Field data. == Description == Making JSON-LD files for your WordPress site, using Custom Fields Content. Easy Customize "@Context", and easy select output Custom Fields Content. == Installation == 1. Upload `make-json-ld-master` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How to get Custome Post Data = Use WP_Query's parameter. see there -> http://codex.wordpress.org/Class_Reference/WP_Query == Screenshots == 1. No Images == Changelog == = 1.5 = 2015/05/11 Support WP_Query's param. = 1.4 = 2015/05/06 Refactor for WordPress Plugin DIR. = 1.3 = 2015/03/03 Code refactoring. = 1.2 = 2015/02/20 Support Category Archives. = 1.1 = 2015/01/17 Add @context setting panel. = 1.0 = 2014/12/30 released == Upgrade Notice == = 1.4 = Refactor for WordPress Plugin DIR.