Posts Tagged "Wordpress"

How to show a list of all articles in WordPress

Posted on Feb 19, 2018

There’s a handy function in WordPress called wp_get_archives(). With it we can create a lot of useful output with just a few lines of code. To list all articles ever published on a site, we can do this:...

Learn More