|
|
@@ -167,6 +167,10 @@ add_action( 'wp_enqueue_scripts', 'webapptiv_remove_block_library_css' );
|
|
167
|
167
|
// header( 'Access-Control-Allow-Origin: http://localhost:8080' );
|
|
168
|
168
|
header( 'Content-Type: application/json' );
|
|
169
|
169
|
|
|
|
170
|
+// Add featured image support
|
|
|
171
|
+function craft_post_thumbnails() { add_theme_support( 'post-thumbnails' ); }
|
|
|
172
|
+add_action( 'after_setup_theme', 'craft_post_thumbnails' );
|
|
|
173
|
+
|
|
170
|
174
|
// function artists_types() {
|
|
171
|
175
|
// p2p_register_connection_type( array(
|
|
172
|
176
|
// 'name' => 'artists_to_episodes',
|