Articles tagged with "WordPress"
Blank line at top of HTML for WordPress
October 29, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
Ever notice a blank line at the top of your html for WordPress? Wonder why it’s there? Let’s find out! Continue reading »
WordPress Shortcode to List Subpages
October 27, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
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
June 22, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
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
June 21, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
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 »
Dynamic Copyright Date
June 21, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
Tired of changing the copyright date in the footer of your website? With this tutorial, you’ll learn how to use php code to display the current date automatically! Continue reading »
Count and display number of WordPress posts
March 31, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
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
March 31, 2011 | Category: Tutorials | Tags: WordPress | Leave a Comment
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 »






