
How to Add Featured Images to Your WordPress RSS Feed
If you want to add featured images to your WordPress RSS feed (as enclosures), here’s what to do.


How to Create a Custom WordPress Admin and Login Theme
In this tutorial, you’ll learn how to create a custom admin and login theme for WordPress. Watch the tutorial below: Links mentioned in the video: How


Build a Grid Layout For WordPress Using WP_Query
Here’s how to build a grid layout for WordPress via shortcodes and WP_Query: A lot of WordPress developers immediately rush to query_posts in order to


Force a Single (2, 3, 4…) Column Dashboard Layout in WordPress 3.8
Prior to WordPress 3.8, you had the option to select the number of columns you wanted on your admin dashboard. Personally, I prefer 2. However,


How to Get the Post Thumbnail Source URL in WordPress
Often, when working with WordPress, you’ll find the need to grab a post’s thumbnail source URL. Unfortunately, the_post_thumbnail() and get_the_post_thumbnail() only return the entire image


How to Add a Login/Logout Link to WordPress Menus
In my last post, I talked about how to add a custom meta box with a custom link to WordPress navigation menus. Several times, I