The author-template tag has no wiki summary.
0
votes
1answer
244 views
Refine custom posts by author
I want to have a way of displaying a custom post archive for a particular author. I'm able to display custom posts for a category but not just the custom posts for a author. I already have a separate ...
0
votes
2answers
731 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 ...
2
votes
1answer
106 views
Creating a custom public user page
I'd like to develop a plugin that allows me to have custom user pages. I really like the way the author archive template handles the URL: /author/username. I don't want to rewrite the author_base as ...
0
votes
2answers
1k views
next_posts_link and previous_posts_link problem
Below is the code from my author.php file. The problem is that next_posts_link and previous_posts_link only generate links based on the number of posts in the blog authored by the author in question, ...
0
votes
2answers
402 views
Show author archive pages for authors with no posts
I have one page for each author, but if the author doesn't have any posts I can't get its variables, because the loop is empty.
The page returns empty, no avatar, no info and stuff, the whole site is ...