admin管理员组文章数量:1306126
I'm trying to fix the broken page problem, I found that there are some issues with the permalink of these broken pages. The slug of these pages has the same numbers as the one in the middle of the link below:
/
Code in functions.php
:
$args = array(
'labels' => $labels,
'hierarchical' => true,
'supports' => array( 'title', 'editor', 'excerpt', 'tag', 'thumbnail'),
'public' => true,
'show_ui' => true,
'show_in_menu' => true,
'show_in_nav_menus' => true,
'publicly_queryable' => true,
'exclude_from_search' => false,
'has_archive' => false,
'query_var' => true,
'can_export' => true,
'taxonomies' => array( 'post_tag' ),
'rewrite' => array('slug'=>'product','with_front'=>false),
'capability_type' => 'post'
);
本文标签: WordPress permalinkslug with numbers in the middle of the post name shows the broken page
版权声明:本文标题:WordPress permalinkslug with numbers in the middle of the post name shows the broken page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741782929a2397413.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论