php Essential Grid Plugin - 从网址中删除'essential_grid'帖子类型。在示例中,我们将其更改为在url inst中拥有“our-staff”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Essential Grid Plugin - 从网址中删除'essential_grid'帖子类型。在示例中,我们将其更改为在url inst中拥有“our-staff”相关的知识,希望对你有一定的参考价值。

this is essential-grid.class.php line 663

//$postArgs["rewrite"] = array("slug"=>$postType,"with_front"=>true);
if ( $postType === 'essential_grid'){
	$postArgs["rewrite"] = array("slug"=>'our-staff',"with_front"=>true);
} else {
	$postArgs["rewrite"] = array("slug"=>$postType,"with_front"=>true);
}

以上是关于php Essential Grid Plugin - 从网址中删除'essential_grid'帖子类型。在示例中,我们将其更改为在url inst中拥有“our-staff”的主要内容,如果未能解决你的问题,请参考以下文章

使用Essential Grid的自定义模板

[Android Studio]android studio missing essential plugin

Essential Grid Fancybox - 无法在移动 chrome 上滚动溢出内容

Missing essential plugin: org.jetbrains.androidPlease reinstall Android Studio from scratch.

Android Studio——[Missing essential plugin: org.jetbrains.android ...]解决方案

如何配置 Ext.grid.plugin.Editable 按钮?