WP Manifestindependent plugin directory
manifest / users / cwp-frontend-user-prefix

Context User Base Changer

Customise URL base of WordPress author archive indexes.

by Robert Andrews · github.com/robertandrews/cwp-frontend-user-prefix

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/robertandrews/cwp-frontend-user-prefix/archive/refs/heads/master.zip

Readme

Context WP User Base Changer

Tested up to: 5.9.1
Tags: users, user
Contributors: robertandrews

Description

Customise URL base of WordPress author archive indexes. Change the default http://example.com/author/bill-gates/ to http://example.com/custom/bill-gates/

Settings

Requires setting one variable in the plugin code:

$new_base = 'user';

Acknowledgements

Code originates from Debjit Saha, isitwp

Notes

This plugin stores no database information directly.

Read the full README on GitHub →