Error for custom post types
-
Specifying
add_filter( 'jekyll_export_post_types', array('posts', 'pages', 'my-post-type') );exports an empty_postsdirectory, and without any pages markdown files.Even specifying this
add_filter( 'jekyll_export_post_types', array('posts', 'pages') );returns the same result.Using PHPv7, WordPress 4.9.6, unmodified Twenty Seventeen theme
The topic ‘Error for custom post types’ is closed to new replies.