在仪盘表栏添加”商店”分类

后台添加”商店”分类,在functions.php添加如下代码:

add_action( 'init', 'create_post_type' );
function create_post_type() {
    register_post_type( 'shop',
        array(
            'labels' => array(
                'name' => __( '商店' ),
                'singular_name' => __( 'shop' )
            ),
            'public' => true,
            'has_archive' => true,
        )
    );
}

效果图:

  • QQ群:253510359
  • 建议:VPS商家层出不穷,根据需要购买,切莫剁剁剁!
  • 评测:很多VPS虽已评测,但网络环境改变稳定性,速度也会随之改变.评测只能作为一般性参考.不负任何法律,道义责任.
  • 申明:所有vps,域名,服务器优惠信息均来自网络公开内容,由于水平有限不免有谬误.请以官方为准.