free site statistics

How To Change WordPress Author URL Slug

Published 4 years ago by LankaTricks
How To Change WordPress Author URL Slug

WordPress is the most popular content management system in the world and there are tons of websites run on WordPress CMS.

And there are many powerful thins and program also can be created by using WordPress. For that, you need to get knowledge about Developing WordPress themes and plugin (Coding with WordPress).

This post you can learn about some basic pieces of code related to WordPress theme and plugin design. But, it is sometimes very important.

The focus piece of code of this post is the code of changing WordPress author slug by using WordPress theme or WordPress plugin.

Note: To follow this post you need to learn basic things about WordPress design and plugin development, you can use our previous post mention at the end of this post for getting that knowledge.

If you need to change your WordPress website default author slug from  https://example.com/author/name to https://example.com/profile/name.

You can use the following steps.

There are two ways to change the author slug.

  • Add author slug changing code to your WordPress theme functions.php file.
  • Make a simple plugin to change author slug.

Add author slug changing code to your WordPress theme functions.php file

  • First, you need to go your WordPress themes contain directory
  • Then find the functions.php inside your theme folder.
  • Add the following code to the bottom of functions.php file.
function wh_author_base() {
   global $wp_rewrite;
   $author_slug = "profile" // change slug name
   $wp_rewrite->author_base = $author_slug;
}

add_action("init", "wh_author_base");

Make a simple plugin to change author slug

  • First Create a folder inside your WordPress plugin directory.
  • Create a folder with the name of your required plugin name.
  • Create a .php file inside your plugin folder with your required name (it is better to the same name for both plugin name and .php file name).
  • Inside the following code, you created PHP file.
/*
* Plugin Name: WH Change Author Slug
* Plugin URI: http://www.lankatricks.com
* Description: This is a simple plugin to change author slug.
* Author: Niroshan
* Author URI: http://www.lankatricks.com
* Version: 1.0.0
**/

function wh_author_base() {
   global $wp_rewrite;
   
   $author_slug = "profile"; // change slug name
   $wp_rewrite->author_base = $author_slug;
}

add_action("init", "wh_author_base");

Make a simple plugin to change author slug

Now you can go to and activate your new made plugin using the WordPress admin panel.

If you need in-depth knowledge of creating a WordPress plugin follow our post of Building WordPress Plugin.

Also, you need to get knowledge of the design WordPress website. Can follow our post of Complete Guide to Create Website using WordPress by Yourself.

Conclusion

Here, we discuss the way of changing WordPress author slug. It can don only two ways. These are Make changing your WordPress theme functions.php file and design your own simple WordPress plugin.

If you get stuck using this guide of changing WordPress author slug, don’t hesitate to contact me or comment in the comment section – I’ll help to sort this out.


– The contents we publish on this website regarding the professional and educational courses are extracted from various sources, such as newspaper advertisements, circulars, and websites. The right to this information belongs to the first owner of the information. If any alteration happens to this information, we don’t take the responsibility arising from such alteration. Instead, we do inform you as soon as possible regarding the updated information related to professional and educational courses. Also, we allow access you to gain essential knowledge related to competitive exams.

Related Posts

Advanced Level Chemistry - Exam Paper 2015

Advanced Level Chemistry - Exam Paper 2015

Published 5 years ago by LankaTricks

  Advanced Level Chemistry – Exam Paper 2015 Advanced Level Chemistry is o one of main subject student can follow under the science subject stream. In This Post, Lankatricks Website provides  you Advanced Level Chemistry – Exam Paper 2015 to study and get knowledge about what the structure and question asking pattern. Following you can…

A/L Pass PapersA/L TutorialsE Thaksalawa
Basics of Information and Communication Technology - Part 04

Basics of Information and Communication Technology - Part 04

Published 7 years ago by LankaTricks

Information and communication technology is vary impotent subjects in present and It will be more useful for future times. In this post  brings to you the first lesson of Ordinary level Information and communication technology subject. In this lesson you can basically learn about what is the computer and how it was make and also you…

O/L TutorialsTutorials
Wisari Ella - A beautiful waterfall in the Badulla District

Wisari Ella - A beautiful waterfall in the Badulla District

Published 8 months ago by LankaTricks

Wisari Ella is also called Alikola Oya North Falls. This waterfall is located in Badulla District. Its height is 20 meters. Wisari Ella is formed by the Punagala and Alikola Rivers.

Travel Destinations
SLAS Exam Guide - Paripalana Sewa - Lesson 04

SLAS Exam Guide - Paripalana Sewa - Lesson 04

Published 7 years ago by LankaTricks

This is the Lesson 4 of SLAS Exam Guide tutorial published on Dinamina Newspaper and Author of this lesson series is Anusha Gukula Pernando. SLAS (Sri Lanka Administrative Service) Exam tutorials Which were published on this Dinamini Sri Lankan news paper and there are thousands of people enter in to Sri Lanka Administrative service by…

SLAS ExamTutorials
How to Build an Online Store Step by Step 2020

How to Build an Online Store Step by Step 2020

Published 4 years ago by LankaTricks

Do you need to build your own online store by yourself? All of us know building an online store is a not easy task or not a small task. Especially, if you do not have a good knowledge of web design and development, you have to face lots of problems in design and developing an…

TutorialsWeb Development
Abhidhamma - Dharmacharya Exam Papers

Abhidhamma - Dharmacharya Exam Papers

Published 5 years ago by LankaTricks

  Abhidhamma – Dharmacharya Exam Papers Considering the Buddhist learning place in Sri Lanka, Daham Pasal is the best place to provide that knowledge to student. So, The vary impotent exam of Daham Pasal is dharmacharya exam and also this examination result prioritize the people to giving government job also. In This Post, Lankatricks Website provides…

Daham Pasal ExamDharmacharya examE Thaksalawa