最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin1浏览0评论

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%';
}
发布评论

评论列表(0)

  1. 暂无评论