The list-authors tag has no wiki summary.
3
votes
1answer
248 views
Pagination Help on Crazy Custom Authors Page
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 ...
3
votes
1answer
1k views
Modifying WP_LIST_AUTHOR Functions to output all users in a grid (and Paginate)
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 of the original options intact (and I am ...
2
votes
2answers
103 views
Custom Author Fields + Existing Taxonomy - Integrating the Two Dynamically?
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 from which an author can select when ...
2
votes
1answer
72 views
How can I list random authors from current post category?
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= ...
1
vote
3answers
87 views
Add gravatar to author list
I am using this code for listing out all authors on the site in my sidebar. It works, except I also need to pull in their Gravatar image. It's working in a loop on the homepage with this
<?php ...
1
vote
1answer
1k views
How can I list all WordPress users, their email adress, post title and post status?
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 site has only 1 post. It is ...
1
vote
3answers
1k views
List authors of site with link and gravatar
I'm trying to do something I assumed would be easy. I assumed wrong. What I want to do is list all the authors of a site on the sidebar, with a link to their respective author page, number of posts ...
1
vote
1answer
198 views
Author List page: Exclude based on last post date
I have a Author page that I built using this code and it works fine. However, I have several writers that range from frequent to one-time writers. I would like to seperate out writers that have not ...
1
vote
3answers
1k views
Authors list Pagination?
WordPress has a built in function to display a list of all of your site’s authors. But there is no option to display their avatars, so all you really get is a text list that links to the author’s ...
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
...
1
vote
2answers
31 views
author list not linking to correct page
I have an odd problem with the author list. I am using the below code in my sidebar to pull in the gravatar and link to author's profile. However, the links it's actually generating are wrong. It just ...
1
vote
2answers
195 views
Display email address field next to author in wp_dropdown_users
the post_author_meta_box uses wp_dropdown_users showing the user name of authors.
How do I display the email address in brackets next the author's name?
Can one filter the wp_dropdown users do to ...
0
votes
2answers
196 views
What does the class look like that is returned from WP_User_Query?
$wp_user_search = new WP_User_Query( array( 'role' => 'author' ) );
$author_list = $wp_user_search->get_results();
foreach($author_list as $author)
{
// author properties?
}
Can you point ...
0
votes
3answers
168 views
List total number of users that are authors
Question
I want to display total number of Authors and total number of subscribers on the blog but exclude the admin in this way:
56 Authors so far
15 Subscribers so far
Code that is close to ...
0
votes
2answers
760 views
Authors Page : A page of authors
I'm looking for a way to create a parent authors page and then use the author.php for the individual author pages.
I've been out of the loop (no pun) for a couple months and am wondering the best way ...
0
votes
1answer
404 views
How to do a WP_User_Query in Wordpress 3.0.1?
How do I query a list of authors / users in Wordpress 3.0.1?
I'd upgrade but my theme doesn't support WP 3.2.1
0
votes
1answer
836 views
Custom Author Loop
Essentially what I'd like to do is have the same effect as the wp_list_authors tag, but instead of just listing the name or their post count, I want to be able to do a loop with the IDs. Ultimately ...
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
133 views
How can i list random post from multiple category?
I have an author page, and I want to list posts from current author's categories.
e.g. I'm viewing John's page, and John wrote in Sport, Tech, News, Computer categories.
Then my code list from this ...
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
174 views
Author's Id from wp list authors function
I'm new in wordpress. I want to display all author list with its ID. I'm using wp_list_authors function but didn't get any author id from the author list.
So, How can I get Author's ID in listing of ...
0
votes
1answer
51 views
Display all authors in a theme template
I was having an issue the other day and successfully got a very good answer which helped me alot achive what I wanted.
this is the post which I created and have all the correspondence:
...
0
votes
1answer
76 views
Add formatting to Array
This displays authors by date of their latest post. I'd like to:
add formatting around each author
list additional properties (avatar, latest post title and excerpt) <-- I have the bits for this, ...
0
votes
1answer
109 views
Only show authors with posts
I thought the code below would work... but no dice. Something like "AND post_count > 0"
function contributors() {
global $wpdb;
$authors = $wpdb->get_results("SELECT ID, user_nicename from ...
0
votes
1answer
85 views
How to show list authors with at least five posts published
i'm wondering if there is a way to use wp_list_authors to list only the authors with at least five (or even more, but anyway more than just one or two) published post in the blog.
Actually I don't ...
0
votes
1answer
387 views
Latest 5 post excerpts from 5 different authors in Sidebar
I'm attempting to display the latest 5 post excerpts from 5 different authors in my blog sidebar. Below is the code I'm using which I tweaked from this thread: Find most recent authors
So far, I've ...
0
votes
0answers
13 views
Make whole list item clickable if there is another element beside it? [closed]
<nav class="test">
<ul>
<li>
<a title="view: dg" rel="bookmark" href="http://127.0.0.1/baa/?p=321">
test
</a>
<span>2</span>
</li>
</ul>
...
0
votes
0answers
53 views
Show all media by an user in his/her author.php page, how to edit my code
I've a default code that shows all the media uploaded in my site
<?php
$args = array( 'post_type' => 'attachment', 'numberposts' => -1,
'post_status' => 'any', 'post_parent' => ...
0
votes
1answer
107 views
wp_list_authors including custom post types
I am using wp_list_authors function to list all the users in my blog, however it doesn't display the users who wrote custom post types. it only displays the users who wrote regular posts.
Is there a ...
0
votes
1answer
43 views
finding out the top 5 source ( source is a custom taxonomy ), in a given category
The client I'm working with have thousands of articles and media ( audio/video ) files.
To WordPress, all are posted by Author ID 1, which we named as STAFF.
All the content though in reality has ...
0
votes
2answers
87 views
How can i do custom author list?
My blog have many author. I can list all author.
All Author list:
<ul>
<?php wp_list_authors('exclude_admin=0&optioncount=1&show_fullname=1&hide_empty=1'); ?>
</ul>
...
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("
...
0
votes
1answer
70 views
Exclude Authors based off date of last post
I have several writers that range from frequent to one-time writers for my blog. On my Author page, I would like to separate out writers that have not posted an article in 6 months. It would be nice ...
0
votes
1answer
90 views
Author Link in Recent Posts Widget
I want to add author link into the recent post widget. For example if any user post on my web from his LinkedIn ID (which I have allowed) so in Recent Posts where it shows, <time> By: ...
0
votes
1answer
91 views
Exclude Author by ID
How can I exclude authors by ID from this:
<?php
//displays all users with their avatar and their posts (titles)
$blogusers = get_users_of_blog();
if ($blogusers) {
foreach ($blogusers as ...
0
votes
2answers
486 views
Display all authors and their only one latest post
I have a website with many authors and posts.
I need to create a list of all authors and for each one display his latest post (not posts, only one post).
This better explains what I need:
<ul>
...
0
votes
3answers
2k views
How can I list posts by author?
How can I list posts as sub-items of authors? It should look like:
<ul>
<li>Author</li>
<ul>
<li>Post1</li>
...
-1
votes
1answer
62 views
Show the most recent post for an author on the author page
I have 6 authors in my blog page. I have profile for each of the authors. I want to show the posts of the authors dynamically under their own profile. I tried the following but it showed all posts. ...
-1
votes
1answer
94 views
list all authors outside of loop with photo from /uploads
I was successfully using this excellent contributors function to generate a list of the users on my site with gravatar photo.. UNTIL the client decided they don't want to use gravatar and would rather ...

