text Divi重命名项目

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Divi重命名项目相关的知识,希望对你有一定的参考价值。

// RENAME PROJECTS
function DIVI_rename_projects_cpt() {

	/* Rename CPT */
		register_post_type( 'project',
			array(
				'labels' => array(
				  'name' => __( 'Special Initiatives', 'divi' ),
				  'singular_name' => __( 'Special Initiative', 'divi' ),
	
			),
			'has_archive' => true,
			'hierarchical' => true,
			'public' => true,
			'rewrite' => array( 'slug' => 'special-initiative', 'with_front' => false ),
			'supports' => array(),
			'menu_icon' => 'dashicons-marker',
		));
	
	}
	add_action( 'init', 'DIVI_rename_projects_cpt' );

以上是关于text Divi重命名项目的主要内容,如果未能解决你的问题,请参考以下文章

text 在Divi中更改移动菜单断点

text 默认Divi CSS

text 使divi图像所有lanscape或肖像(制服sixe)

text Geno Quiroz在较小的屏幕上缩小DIVI菜单

text 在PowerShell中重命名扩展

text 跟踪重命名git文件