Tagged Questions
-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. ...
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
105 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
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
2answers
759 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 ...
