How could i get List of all the Authors? author.php file shows the Information about Individual Author. for example: http://domain.com/author/bj that returns the Bj’s Profile. if i enter http://domain.com/author...
The following lists authors of the current category. But I want this to be a list of 6 random authors from current post category. foreach((get_the_category()) as $category) { $postcat=...
I am trying to integrate both the values from an existing custom taxonomy and custom author profile fields. I would like the values to be used as the options...
I found two bits of code. One gets me posts NOT older than a month the other bit gets me a list of authors and their custom fields, names,...
I am looking for a way to return something like the following: User, email, post title, post status User, email, post title, post status repeated…. Each user on my...
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 or...
The title says it all. I’ve been taking WP_LIST_AUTHOR and modifying it to create more of a member directory than just a list of authors while leaving a lot...
I’ve got a custom authors page for a multi-author blog. http://blog.securitytechnologies.com/meet-the-team/ Here’s the code I’m using to generate the page (thanks to other folks in the support forums for...
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(" SELECT DISTINCT(terms.term_id)...
How can i achive that? I found count_user_posts and get_users, but how would I merge them into the desired result? Do I really have to use a WP DB...