Arkadaşlar merhaba siteme fotoğraf galerisi ekliyeceğim temamın index.php dosyasını açıyorum bir yeri silmek gerekiyormuş siliyorum ama nedense ben bir beceremedim.Fgallery kurmayı bilen bir arkadaş yardım ederse sevinirim kodlar aşağıda
Alıntı
<?php get_header(); ?>
<!-- Container -->
<div class="CON">
<!-- Start SC -->
<div class="SC">
<?php include (TEMPLATEPATH . "/menu.php"); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="Post" id="post-<?php the_ID(); ?>" style="padding-bottom: 40px;">
<div class="PostHead">
<h1><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<ul>
<li class="PostAuthordarkcodeAuthor: <?php the_author() ?> <?php edit_post_link('Edit'); ?></li>
<li class="PostCategdarkcodeFiled under: <?php the_category(', ') ?></li>
</ul>
</div>
<small class="PostTime"><strong><?php the_time('l') ?></strong><br /><?php the_time('M j,Y') ?></small>
<div class="PostContent">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div class="PostDet">
<li class="PostCom"><?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?></li>
</div>
</div>
<!--<?php trackback_rdf(); ?>-->
<div class="clearer"></div>
<?php endwhile; ?>
<div class="Nav"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>
<?php else : ?>
<h2><?php _e('Not Found'); ?></h2>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
</div>
<!-- End SC -->
<?php get_sidebar(); ?>
<!-- Container -->
</div>
<?php get_footer(); ?>