Daily Tip: Add Featured Images to Your WordPress RSS Feed
Want to make your RSS feed more attractive? This simple plugin automatically adds your featured images to your RSS feed.
Want to make your RSS feed more attractive? This simple plugin automatically adds your featured images to your RSS feed.
If you’re producing a lot of content on your WordPress site, it can be handy to see the main image associated with each post when viewing the post or page listing screen. Adding in the post thumbnail creates a visual [...]
We’d like to introduce you to a brand new WordPress theme store with themes designed specifically for women. If you’re in the market for a pretty, clean, pixel-perfect WordPress theme, then Allure Themes should be the first website you visit. [...]
Does your theme look like every other basic WordPress site? Here are some simple updates you can apply to your theme to make things a a little more interesting and engaging. Most of these are fairly do-it-yourself friendly and can [...]
You’ve decided to write a blog and now you want readers. Otherwise, why put in all the time and energy? The techniques and strategies for increasing your readership are going to be very similar, whether you’re writing about your business, [...]
WordPress 3.0 offers the exciting new world of custom post types, giving you the ability to manage and present content with fine-grained control. Creating custom post types is the easy part, but how do you get them to show up [...]
Did you know that if you implement post thumbnails in your theme, they will not be automatically included in your RSS? You need to add a little function to get them to show up in your feed. It’s not difficult. [...]
If you want to have post thumbnails appear on your homepage, it’s very easy to add this to your WordPress theme ever since 2.9. Just open functions.php and add: add_theme_support( ‘post-thumbnails’ ); Then within your homepage template add the following [...]