Support » Plugin: Get the Image » [Plugin: Get the Image] Image alignment

  • I’ve been going bonkers trying to get my thumbs to align left instead of always being on top of the post.

    I’m using the standard call to the image

    <?php get_the_image( array( 'custom_key' => array( 'Thumbnail', 'thumbnail' ), 'size' => 'thumbnail' ) ); ?>

    But any variation of alignleft placed in the code screws it up. Can someone point me in the right direction?

    Thanks!

    http://wordpress.org/extend/plugins/get-the-image/

Viewing 1 replies (of 1 total)
  • if i interprete the readme.html correctly, then this should work:

    <?php get_the_image( array( 'custom_key' => array( 'alignleft', 'Thumbnail', 'thumbnail' ), 'size' => 'thumbnail' ) ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Get the Image] Image alignment’ is closed to new replies.