Getting $user_id for the_author_meta outside the loop in multisite
So I am currently running a multisite install where the super admin creates all new sites. One of the templates we’re using has … Read more
So I am currently running a multisite install where the super admin creates all new sites. One of the templates we’re using has … Read more
Currently, I am adding user metadata with the key position_name and a string value representing a user’s position, such that I can retrieve … Read more
I want to add a new field to the user registration. I’m using this tutorial by Paul Underwood. The tutorial works but I … Read more
I was trying this code to get current user info, but showing nothing. My WordPress version is 3.3.1 <?php wp_get_current_user(); /** * @example … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
I’m using this piece of code to list users and their information. The problem I’m having is that the description isn’t showing. Obviously … Read more
Is it at all possible to get a user’s ID in a function right at the point of log out? I tried to … Read more
Problem Some time ago I posted a question about the scalability of wp_usermeta architecture: my concern, as my client’s database of users is … Read more
The Yoast WordPress-SEO plugin adds some social media links to user_meta: function update_contactmethods( $contactmethods ) { // Add Google+ $contactmethods[‘googleplus’] = __( ‘Google+’, … Read more
i want to make a field in the user profile to know who added this user, the problem is that this field displays … Read more