Hocam temanın index'inde

<li id="post-<?php the_ID(); ?>">
                            <img class="aimage" src="<?php if($thumb = get_post_meta($post->ID, "Thumbnail", true)){echo $thumb;}else{echo get_bloginfo('stylesheet_directory')."/img/no-thumb.gif";} ?>" alt="Article" width="120" height="110" />
                            <h3><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h3>
                            <?php the_excerpt('Read the rest of this entry &raquo;'); ?>
                        </li>
Bu tarz kodları ara, misal benim temada özel alan Thumbnail, ben bunu kendimce yeniden adlandırabilirim. Mini bir ipuçu