WordPress Tutorials

WordPress Shortcode To List Subpages

WordPress Shortcode To List Subpages

Recently, I needed a way for a client to define an area in a page where subpages would be listed. Normally, this can be done just using the wp_list_pages function that WordPress provides. But that would be used within a template file, something a typical client would know nothing about. Shortcodes to the rescue! Continue reading »

Custom WordPress Admin Logo

Would you like to personalize the administrative area of WordPress by using your own logo? This tutorial will teach you how with a quick line of code! Continue reading »

Highlight Current Category

Have you ever wanted to give visitors a visual clue as to which category they are currently browsing through? With this tutorial, you’ll learn how to use CSS to highlight the current category the visitor is viewing! Continue reading »

Count And Display Number Of WordPress Posts

Count And Display Number Of WordPress Posts

Have you ever wanted to display the total number of WordPress posts? How about displaying the total number of posts but excluding specific categories? You’ll learn both of these in this tutorial! Continue reading »

The WordPress Loop

The WordPress Loop

One of the most important things to learn when it comes to WordPress is “the loop”. It’s the heart of the system. Let’s take a look at the infamous loop! Continue reading »

Page 1 of 1