Tagged Questions
0
votes
2answers
1k views
Custom user profile, registration, login page with theme
WordPress user profile page uses the administration interface, and its user registration / login page is not part of the theme. I would like to
change it into the custom theme of my site
customize ...
0
votes
2answers
74 views
How to get the ID of the currently logged in user?
I want to get the ID of the currently logged in user. I've found the function:
get_current_user_id which seems to be working, however I'm not sure what 'current' means in this context.
Meaning if the ...
4
votes
2answers
2k views
How do I create a custom role capability?
I wish to create a custom capability for accessing the interface of my plugin.
Should the plugin manage adding this capability to all the administrator accounts on activation?
If so: Does WordPress ...
0
votes
0answers
224 views
Adding variable to custom admin page url, access denied as administrator [closed]
I am setting up a custom author edit comments admin page so that the author can only see their comments or comments made to their post. Each author can control a handful of posts.
I have a function ...
1
vote
1answer
703 views
Why is the reset password key missing in the reset password email?
Wordpress 3.2.1 - The reset password URL in the email generated by http://mysite.com/wp-login.php?action=lostpassword does not contain a valid key and so users are unable to reset their password.
We ...
0
votes
1answer
66 views
User Data Handling between two plugins
I have a facebook authentication plugin installed. I also have a premium content plugin installed.
When a user authenticates with facebook they are logged in as a subscriber.
When a user signs up ...