How to display monthly archive links by a author?
-
I know how to display a monthly archives links.
<?php wp_get_archives( ); ?>
but it show all author’s posts.is that possible in author.php page show current author monthly posts links.
I also notice wp_get_archives( ) will have URL like this
http:/www.abc.com/?m=201712
and I just add author id to URL then can get right results. like this:http:/www.abc.com/?m=201712&author=1
I don’t know too much about PHP, don’t know how write code in php.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display monthly archive links by a author?’ is closed to new replies.