Theme author.php transfer
Can I move (copy) a author.php of a theme of my website to another different theme author.php file. I would like to have the author template on another theme. Is this possible?
Can I move (copy) a author.php of a theme of my website to another different theme author.php file. I would like to have the author template on another theme. Is this possible?
I try to show custom post list with WP_Query on author.php like this:
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 empty.
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 to do it.
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 I’d like to keep that functionality in place untouched.