Sponsor
Blogroll
Meta
Tag Archives: image
Removing first image from the_content
I recently had a client want to put the_title below the first image. Without making it to complicated by adding custom fields or anything like that. I thought that I could grab the first image from the content with catch_that_image … Continue reading
Get the First Image From Post
I had wanted to get the first image from a post since I started using wordpress. Problem was, I wasn’t smart enough to understand how to do it. Or how to even think about the ways to go around doing … Continue reading
Dyanmic Image Resizing
I use timthumb for dynamic image resizing. It works on most webhosts and requires little to no setting up. All you have to do is upload the file to your website and link to it like so: <img src=”//timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1″ alt=”" … Continue reading