Tagged Questions
0
votes
0answers
30 views
Combine Query and Select Database to create directory loop
I have a query loop on my page that I am using which displays all users on the page with certain custom fields filled out. It's working fine however, I need to also query these users for their level ...
0
votes
1answer
518 views
Get selected value with PHP and jQuery
I have form that i'm using to update user profile from front end and i have country select.
<form method="post" id="adduser" action="<?php the_permalink(); ?>">
<select id="te" ...
0
votes
1answer
106 views
Select From wpdb - Author/User Directory page
I am working on a wordpress site where I have created a directory page(authors.php) that lists all users and certain author meta.
It works fine however I am trying to figure out how to only show ...
2
votes
1answer
447 views
How do I properly format the user_role array?
I used a role editor recently and needed to delete a role. After deleting it I noticed that it began to appear as blank in the edit user role drop-down. After a bit of investigating and deleting ...