|
|
| |||||||
| Webmaster Genel konular sorunlar Webmaster genel konular sorular sorunlar |
| |
|
| | | LinkBack | Seçenekler |
| |||
| Arkadaşlar bir site açmak üzereyim doğru mu bilmiyorum sitemin linkini yardım edebilecek olana ö.m atabilirim. Wordpress Clean Blog temasıdır... İnternet explorerdan girdiğinizde üstte ve altta iki adet çarpı çıkıyor ancak firefoxtan girince bu sorun yok... index.php kodları: <?php get_header(); ?> <div class="site-body"> <div class="site-top-shadow"></div> <div class="site-content"> <div class="content clear"> <div class="main-content"> <?php include (TEMPLATEPATH . "/includes/retrieve-options.php"); include (TEMPLATEPATH . "/slider.php"); while ($wp_query->have_posts()) : $wp_query->the_post(); include (TEMPLATEPATH . "/post.php"); endwhile; if(function_exists('wp_pagenavi')) { wp_pagenavi(); }else { ?> <div class="navigation clear"> <div class="alignleft"><?php next_posts_link('« Eski Yazılar') ?></div> <div class="alignright"><?php previous_posts_link('Yeni Yazılar »') ?></div> </div> <?php } ?> </div> <?php get_sidebar(); ?> </div> </div> <div class="site-footer-shadow"></div> </div> <?php get_footer(); ?> slider.php kodları ise: <div id="slider"> <ul class="navigation"> <?php $category = $cb_slider_category; if($category=""){ $my_query = new WP_Query('&showposts='.$cb_total_items); }else { $my_query = new WP_Query('category_name='.$category.'&showposts='. $cb_total_items); } while ($my_query->have_posts()) : $my_query->the_post(); ?> <li><a href="#feat<?php echo $post->ID; ?>" class="selected"></a></li> <?php endwhile; ?> </ul> <div class="scroll"> <div class="scrollContainer"> <?php $category = $cb_slider_category; if($category=""){ $my_query = new WP_Query('&showposts='.$cb_total_items); }else { $my_query = new WP_Query('category_name='.$category.'&showposts='. $cb_total_items); } while ($my_query->have_posts()) : $my_query->the_post(); ?> <div id="feat<?php echo $post->ID; ?>" class="slider"> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <span> </span> <?php if( get_post_meta( $post->ID, 'large_img', true ) ) : ?> <img src="<?php echo get_post_meta( $post->ID, "large_img", true ); ?>" height="312" width="565" alt="<?php the_title(); ?>" /> <?php endif; ?> </a> <label><?php the_title(); ?></label> </div> <?php endwhile; ?> </div> </div> </div> Yardımcı olursanız sevinirim.... Konu psycho195 tarafından (23-05-2011 Saat 16:19:22 ) değiştirilmiştir.. |
| |||
| site adresini gönderirmisin. |
![]() |
| Bookmarks |
| Seçenekler | |
| |