What would be the code to see if it starts with a number? i tried name__like= ‘num’ or ‘number’ but it didn’t seem to work. Any thoughts?
whoops.. sorry, not good at posting.. let me try that code again:
<div class="Thumbnail"><a href="<?php echo get_tag_link($tag_id); ?>"><img src="<?php $values = get_post_custom_values("Thumbnail"); echo $values[0]; ?>" alt="<?php the_title(); ?>" /></div>