Tagged Questions
0
votes
3answers
173 views
Getting author URL outside the loop
I am trying to get author information in my header.php.
This is what I use to display the name and it works like a charm:
<?php $author_id=$post->post_author; ?><?php echo ...
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, ...