Display Random Posts in WordPress
I am working on a new WordPress site and I wanted to display a selection of random posts at the bottom of every page. It is pretty simple to do,…
I am working on a new WordPress site and I wanted to display a selection of random posts at the bottom of every page. It is pretty simple to do,…
If you take a look at the template hierarchy in WordPress, you will notice that you have the ability to create custom templates for different category pages by simply adding…
I was just putting together a WordPress widget for a client and I came across a small road block. I was using <?php query_post(); ?> to set the loop to…