I am creating a real estate site where user info is essential part. The author info need to display under their post so that the visitor know how to...
is there any way to style the profile page on wordpress ? I will like to add something like: Start of the page just below the <h2> tag <div...
I have created a page “profile” that when visited with get variable of user id like: http://example.com/profile/?uid=1 Then it will display the profile details of user id 1. Now...
I am working on a website where I need to have links to posts or pages that a user has added to the website. For example, a user can...
I’ve used Ajax with WordPress before and got it working. However this particular case (file upload) has proven difficult. The problem seems to be that the action is not...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
I’d like to pull in profile info (name, web address, etc. + some custom-made fields) for specific users onto some of my category pages. I realize I can pull...
I have been following the following tutorial to try and an upload form to the user profiles. http://www.scribd.com/doc/81666407/Add-and-Remove-WordPress-User-Profile-Fields-and-Display-Them-Within-Your-Theme- I’d like to be able to make this a little more...
I’d like to remove the action profile_personal_options (more specifically the color scheme and visual editor checkbox) which shows up in wp-admin/user-edit.php. I believe it’s as simple as running it...
I’m trying to figure out the best way to remove /author/ from the profile URL of my users. I tried using the method in the link below and although...