url rewriting - rename author base from author url in wordpress not working

I am using the below code for rename author base, But its not working for me. I already save Settings>>permalinks

I am using the below code for rename author base, But its not working for me. I already save Settings>>permalinks from admin section.

Please let me know what error in below code.

add_action('init','change_author_base_permalinks');
function change_author_base_permalinks()
{
    global $wp_rewrite;
    $wp_rewrite->author_base = 'hire'; // Change 'member' to be the base URL you wish to use
    $wp_rewrite->author_structure = '/' . $wp_rewrite->author_base. '/%author%';
}

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744695163a4588446.html

相关推荐

  • url rewriting - rename author base from author url in wordpress not working

    I am using the below code for rename author base, But its not working for me. I already save Settings>>permalinks

    19小时前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信