NEWS記事を投稿する

デザイン

 1)functions.phpに以下を記入する。

[php]

register_post_type( ‘news’, array(‘label’ => ‘ニュース’,’hierarchical’ => false, ‘public’ => true, ‘has_archive’ => true, ‘supports’ => array(‘title’,’editor’ )));

[/php]

  2)ダッシュボードに「ニュース」の項目が追加される。

«