how to list all posts of current author in single-post page?
-
Hi,
I’ll be honest, I’m new into wordpress codex, but I’m figuring things out quite fast. But not with this one…
on Museumtoeren I have the full list of posts, but when clicking on a post by a specific user I want to end the page with ONLY the posts of that specific user. I thought <?php query_posts(‘get_author_posts_url’); ?> would get only the authors post, but it shows all of them. Do I need to get the call the ID instead? Any help would be more then welcome.
<?php query_posts('get_author_posts_url'); ?> <? if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘how to list all posts of current author in single-post page?’ is closed to new replies.