Hey!
i am a noob to wordpress so this might be a basic question, but i am unsure of how to do it soo please help were possible.
My category pictures are not showing up.. i am using a theme and i am unsure of why they arnt or how to change them at all..
does it have something to do with this code?
<div id="post-<?php the_ID(); ?>" class="thumbnail">
" rel="bookmark" title="<?php the_title(); ?>"><h3 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h3><img src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" alt="<?php the_title(); ?> <?php _e(''); ?>" />
<p><?php the_category(', ') ?></p>
</div>
my website is: http://sandstormcomputing.x10hosting.com
Please Help :D
p.s: i know i have not changed the logo and the other main heading picture as i know how to do this but i have not made a logo yet..
:)
Thanksssssss!