Link to all posts of current Author
-
Hello,
I have a question thats acctually driving me nuts!
In a theme I use
<?php the_author_posts_link(); ?>
to show a link to all other posts an author has made.
Works like a charm!But the code is deprecated!
WP Codex tell met to use:
<?php get_author_posts_url( $author_id, $author_nicename ); ?>
I really cant get it to work the same as the old codeCan anyone give me some tips!
Thank u so much!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Link to all posts of current Author’ is closed to new replies.