Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, I’m trying to figure this out also. Not all my members are authors so it returns page not found if they don’t have posts. Changing this to members resolves this issue.

    Is this fixed? Help i need this too.

    function change_author_permalink_base() {
        global $wp_rewrite;
        $wp_rewrite->author_base = "user";
    }
    add_filter( 'init', 'change_author_permalink_base' );
    /* ===This is for the random button ==== */
    add_action('init','random_add_rewrite');

    I picked up this code this will change the author/ into user/ now does somebody know how to make author.php display subscribers too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-UserOnline] Need to change author page’ is closed to new replies.