Creating a custom public user page

I’d like to develop a plugin that allows me to have custom user pages. I really like the way the author archive template handles the URL: /author/username. I don’t want to rewrite the author_base as I’d like to keep that functionality in place untouched. I’d like to replicate that clean URL layout in my plugin, … Read more

Add admin bar link to edit author

I am trying to allow my editors and admins to click to “Edit Author” as they would “Edit Post” or “Edit [Custom Post Type]” from the admin bar when they are on a page like /authors/jdoe (Note: I do $wp_rewrite->author_base=”people” so that my addresses are /people/jdoe … not sure if that creates any potential issues.) … Read more

Display Authors Comments on Profile Page

I am trying to display authors comments on their profile page (author.php), however both codes I tried seem to display everyone’s comments. Also the second code is suppose to link to the specific comment, but instead it does nothing. Also the comments id is already added to the comments output and it prints fine. Any … Read more