Tagged Questions
0
votes
2answers
70 views
Listing wordpress users with a search function
I'm having trouble finishing off this code that I adapted from Cosmoslabs excellent tutorial. Everything is working (listing and pagination etc) except the search function whic is returning nothing ...
0
votes
1answer
53 views
How can i list random author?
Im listing current category of all author list but I want to list random author list from current category.
I was try 'order' => 'RAND', RAND code its not worked.
My Code:
function ...
0
votes
1answer
66 views
How can i list current author's categories?
My Code getting authors written post categories but just 2 ID has author lists category.. I replace $current_user->ID but it is not worked.
<?php
$categories = $wpdb->get_results("
...
1
vote
1answer
69 views
wordpress plugin that show my reputation (points) in any stackexchange project in my wordpress blogs
I'm seeking for a plugin show my points (reputation) of Stackexchange (not Stackoverflow) in my Wordpress blogs.
or other projects in stackexchange like :
Superuser
Security
Serverfault
SharePoint
...
