How to display a public profile page for registered users with custom slug?
I have a website where users can register, login and their edit profile, they can comment but not post.
I have a website where users can register, login and their edit profile, they can comment but not post.
I want to replace get_author_link() and get_the_author_meta($feld)
I liked to customize my profile page by adding new fields to get more info from the user like “Gender” or “Speaking Languages”. I managed to get the text input form to work, the problem I having now is on the radio and checkbox type of input.
Here is my code:
I’m trying to get http://example.com/site/vendors/?u=abc to rewrite to http://example.com/site/vendors/abc but I can’t for the life of me figure out how to get the url rewrites to work.
I would like to provide our WP users (authors) with a tinyMCE editor instead of standard textarea for their “Biographical Info” on the Profile page.
I am using the following code and everything in the user profile is updating except the user’s email.
I asked here how to create virtual pages with information from the user meta profile fields using an external class. I got a good answer and also I have implemented it successfully (thanks to @g-m!). At the same time, the author of answer suggested me that what I want can be done “in a lot simpler and more performant way“, using the core WP functions, just creating a real post type: registering a CPT, maybe not public (so no UI is showed on dashboard), and on user profile saving/updating just created/updated CPT entry.
I’ve created a custom field in user profile where upload a profile image. It’s very simple.