Notice: Undefined index: post_excerpt
カスタム投稿タイプでtitle, editor, thumbnailのみをサーポするカスタム投稿タイプを作成した。
supports' => array( 'title', 'editor', 'thumbnail' )
プレピューでNotice: Undefined index: post_excerptのエラーがでた。excerptを追加して対処した。
supports' => array( 'title', 'editor', 'thumbnail', 'excerpt' )
No comments yet.
改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。