• 11-10-2007, 18:12:13
    #1
    Eposta Aktivasyonu Gerekmekte
    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(); ?>
  • 11-10-2007, 20:41:02
    #2
    Eposta Aktivasyonu Gerekmekte
    Kimse yardım etmiyecekmi?
  • 12-10-2007, 10:08:16
    #3
    bu eklentiyi daha önce kullanmadım ancak önerim var : NextGEn
  • 19-10-2007, 15:52:01
    #4
    Platin üye
    Aslında silme değil kopyalama var. Google fgallery kurulum diye aratırsan bulabilirsin.
  • 07-01-2008, 12:21:23
    #5
    Üyeliği durduruldu
    sayfa oluştır de fim_photos.php dosyasının içindeki kodu sayfada yazıyı yazdıgımız yere yapıştır fakat yapıştırırken zengin metin editörü değil kod editörü
    ne ekle