Tag Archives: add_image_size

shadowbox

CSS3 Lightbox Effect For Your Featured Images

I keep mentioning that I’m slowly working on a custom theme for my personal blog. I work in fits and starts whenever something inspires me. Well today that inspiration struck! I saw this post from c.bavota of bavotasan.com and I really wanted to work this out. One of my main goals for my new theme is to keep things lightweight, and use css whenever possible. This gave me my opportunity! First you’ll need to check out the link above to see how the idea works. Then we adapt:

Continue reading

thumbs

Working With Featured Image in WordPress

I had a request from a reader here on VoodooPress to look into featured image sizes. Recently we had a series of posts on here about posting from the front end, and allowing users to upload their own picture. We even showed you how to set the user uploaded picture as a featured image. Let’s take a deeper look at using the featured images. Maybe assign different sizes to different templates. You don’t have to use this just for user uploaded photos of course. This information is useful for the featured image in general, whether you let users upload them, or you set them in the back end.

Continue reading

rssimage

Include Images in Your WordPress RSS Feed

If you are like me, you probably spend a decent amount of time writing your posts. Trying to make sure everything is accurate, proofreading, etc. It’s great to get that information out there as many ways as possible. Using RSS is a great tool for getting your message across. However by default, WordPress does not include images in the RSS feed. You may use the featured image option, or you may attach images in your post. I know I spend a fair bit of time selecting or crafting an image for my post. I would really like for that to come across in my RSS feed. Let’s take a look at ways to include your images in your feed.

Continue reading

thumbs

Add Image Size in a Twenty Ten Child Theme

I’ve seena few people stumble on this site searching for a way to add a featured/thumbnail image size to their child theme. This is something I needed to do recently, so we will take a look at it. This is also in preparation for tomorrows article where we will add a thumbnail image to the post list page in the admin panel. If we don’t create a new image size, the default header image size gets used, that obviously looks terrible in the list of posts on the admin side. We need nice little thumbnails. Here’s how to do it:

Continue reading