Howto include another author in author.php of a theme?
-
How can I change the author template to include another author (I have the user ID). I also need the RSS feed to include this author.
I think I need to do something like this: query_posts(‘author=’.$user->ID.’,4′)
I’ve never modified a theme before. But I’m familiar with php. But I’m not sure where to put the code. Is there a hook to modify? I’m using the P2 theme (if that matters).
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Howto include another author in author.php of a theme?’ is closed to new replies.