merhabalar
Wp premium video temasında videoların yanındakı menu resımlerıne resim ekliyemedim özel alana ne yazıyoruz orda acaba?
thumbs denedim olmadı,thumb denedım o da olmadı
Wp premium video temasında thumb eklemek
9
●563
- 02-05-2009, 10:49:57
<?php get_header(); ?> <div id="wrapper"> <div id="mainbody"> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="window"> <div class="postb_bottom"> <div class="posti_inside"> <div class="paneleft"> <?php print_video_thumb($post) ?> </div> <div class="paneright"> <h2 class="indextitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <br /> <div class="postfeedback"> <?php if(function_exists('the_ratings')) { the_ratings(); } ?> <?php comments_popup_link(__('Comments'), __('Comment (1)'), __('Comments (%)'), 'commentslink', __('Comments off')); ?> <br/> <?php if(function_exists('the_views')) { the_views(); } ?> <br /> Published: <?php the_time('F j, Y') ?> </div> </div> </div> </div> <div style="clear:both;"></div> </div> <?php endwhile; ?> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> <?php else : ?> <h2>Your search <strong>- <?php echo get_search_query(); ?> -</strong> did not match any documents.</h2> <h3>Suggestions:</h3> <ul> <li>Make sure all words are spelled correctly.</li> <li>Try different keywords.</li> <li>Try more general keywords.</li> <li>Go to our <a href="<?php bloginfo('url'); ?>/" >Anasayfa</a></li> </ul> <?php include (TEMPLATEPATH . '/adsense/ad_search.php'); ?> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>buyrun bu index.php m - 02-05-2009, 11:05:32ben "thumbs,thumb" falan yazıyordum ama buymus..sorun buydu yanıLG700 adlı üyeden alıntı: mesajı görüntüle
yardım eden herkese teşekkürler