Show page name after home url

时间:2015-12-17 作者:kuldeep singh

我有自定义的帖子类型“campaign”,在浏览器中显示如下

https://www.inbreakthrough.tv/campaigns/bellbajao/ 
但我想在主页url之后显示它,如下。。

https://www.inbreakthrough.tv/bellbajao

1 个回复
SO网友:jgraup

创建custom post type 设置with_frontfalserewrite.

\'rewrite\' => array(
    \'slug\'  => \'campaigns\',
    \'with_front\'  => false,
)

相关推荐

How wp maps urls into files

我想了解wordpress的工作原理。我在我的主题中发现了这行代码:<?php echo get_permalink(get_option(\'Theme_search_page_id\')) ?> 如果我从mysql获得该选项,我会收到:mysql> select * from wp_options where option_name=\'Theme_search_page_id\'; +-----------+----------------------------