This tutorial will show you how to trim title lengths for long post or page titles, which can be helpful for keeping the layout of your website consistent. My example uses the WordPress get_the_title template tag, but this could easily...Read More
This tutorial will show you how to add thumbnails for each post using a custom field, then output the thumbnails in your WordPress loop. Many people prefer browsing using thumbnails, especially for something like a portfolio site where visuals may...Read More
This tutorial will show you how to modify your WordPress loop to only display posts that are marked as featured. We will be using a custom field to set posts as featured and in turn, featured posts are not limited...Read More
This tutorial will show you how to create a WordPress loop for getting posts from a specific category / categories. It’s similar to an archive page displaying a certain category, but by creating a custom loop there is more flexibility...Read More
Creating a custom page template in WordPress is extremely easy, simply add this code at the top of your page template. Generally the best way to create a custom page template is by creating a copy of your theme’s page.php...Read More