Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter snoddie

    (@snoddie)

    Ya it’s resizing with this code, but not cropping. I was hopping to set it up so he could upload any image size without having to worry about it fitting into the theme.

    Thanks for getting things rolling esmi.

    Thread Starter snoddie

    (@snoddie)

    Indeed, when I went back and tried to change / fix these errors, it triggered some copy right protection code and closed down the theme, I decided to scrap it and start over, Now I’m working with a more basic theme called SongSomething.

    Anyhow since this is my first time really editing a WordPress theme, I figure I’d just keep all my questions here rather than flood the forums. I’m currently trying to edit the size of the thumbnails on the home page. I would like them to be long banners like 70 by 450 or something. Currently I have tried.

    1) editing this code
    <?php the_post_thumbnail(); add_image_size('singlethumb', 300, 300, true); ?>
    but it doesn’t seem to have any effect.

    2) I’ve also tried this tutorial but it just causes my site to crash, I’m sure it’s something I’m not understanding.

    What am I missing? am I even working with the right code? the theme currently already grabs thumbnails with the 2.9 feature I just don’t get resizing to work.

    Thanks in advance
    -Snoddie

Viewing 2 replies - 1 through 2 (of 2 total)