Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created January 10, 2013 13:09
Show Gist options
  • Select an option

  • Save tomharrigan/4501944 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/4501944 to your computer and use it in GitHub Desktop.
$my_tax_images = get_option('taxonomy_image_plugin');
$tax_term_id = $all_term->term_taxonomy_id;
$imlink = wp_get_attachment_url( $my_tax_images[$tax_term_id]);
woo_image('src='.$imlink.'&key=image&width=139&height=81&link=img');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment