• 01-02-2008, 14:51:57
    #1
    Üyeliği durduruldu
    dp de gördüm işine yarabilir birilerinin

    demosu: CSS Gallery
    download adresi : CSS Gallery - WordPress Themes - OS Designer

    Kolay gele.
  • 01-02-2008, 14:55:40
    #2
    Teşekkürler, işime yarayacak
  • 01-02-2008, 14:58:33
    #3
    Üyeliği durduruldu
    Dogan adlı üyeden alıntı: mesajı görüntüle
    Teşekkürler, işime yarayacak
    benimde yaradı baya yararlı bişey demekki bu
  • 02-02-2008, 21:09:55
    #4
    Üyeliği durduruldu
    çok güzel bir temada yapamadığım bi konu var demosunda da gorulduğu gibi post nasıl ekleyebiliriz postu normal olarak eklediğimde ben aşağıdaki resim de3ki gibi gozukuyor



    sanırım gerekli açıklama burda var ama ingilzce olduğu için anlamıyorum :/

    6. How to add a post


    1. Upload your bigger image by default uploader, we recommend to use max 500px for image width.
    2. Send to editor, go to code section.
    3. Add a custom field: image and paste there your bigger image URL.
    4. Add a custom field: thumbs and paste there your thumbnail image URL.
    5. Add a custom field: url and paste there site URL.
    6. Select category, add any TAG for this post and publish it.

    You are done!
  • 04-02-2008, 13:44:20
    #5
    Üyeliği durduruldu
    aynen bu olayı aydınlatacak bir arkadaş yok mu
  • 04-02-2008, 15:33:29
    #6
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Alıntı
    <?php get_header(); ?>

    <div class="page">
    <?php get_sidebar(); ?>

    <!-- start content -->
    <div id="content">
    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>


    <div class="item" onmouseover="this.className='item2'" onmouseout="this.className='item'">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <?php the_content(__('Read more'));?>

    <div class="clear"></div>
    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    </div><!-- Item Div -->
    <?php endwhile; ?>
    <div class="clear"></div>

    <div class="Nav"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>
    <?php endif; ?>

    </div><!-- End CONTENT Div -->

    <div class="clear"><!-- --></div>
    </div><!-- End PAGE Div -->
    <?php get_footer(); ?>
    index.php de post biçimlendirme yapacaksın. single.php'de de. Tema zaten fotogaleri için hazırlandığı için text içermemesi doğal. index.php yi yukarıdaki gibi yap o zaman tam yazıyı görürsün. Çerçeveleri kaldırabilirsin. ben normalde temada olmayan
    Alıntı
    <?php the_content(__('Read more'));?>
    ekledim.
  • 05-02-2008, 00:28:18
    #7
    Üyeliği durduruldu
    yardımın için teşekkürler winnt
    benim sitediğim şey sadece post ekleyebilmek yazı çıkmasını istemiyorum arkadaşın vermiş olduğu demo sitesindeki gibi ana sayfada sadece tek bir resim ve o resme bağlı bir sayfa.

    single.php'de senin dediğin değişiklik baya işme yaradı çünkü ben eklediğim resimle ilgili oraya açıklamada girmek istiyodum kısacası burdaki örnekteki gibi bir site oluşturacağım
  • 05-02-2008, 01:50:47
    #8
    Alıntı
    <?php get_header(); ?>

    <div class="page">
    <?php get_sidebar(); ?>

    <!-- start content -->
    <div id="content">
    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>


    <div class="item" onmouseover="this.className='item2'" onmouseout="this.className='item'">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"></a></h2>
    <?php the_content(__('Read more'));?>

    <p><a href="<?php $values = get_post_custom_values("url"); echo $values[0]; ?>" title="<?php the_title(); ?>">
    <img src="<?php $values = get_post_custom_values("thumbs"); echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a></p>

    <div class="clear"></div>
    <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
    </div><!-- Item Div -->
    <?php endwhile; ?>
    <div class="clear"></div>

    <div class="Nav"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>
    <?php endif; ?>

    </div><!-- End CONTENT Div -->

    <div class="clear"><!-- --></div>
    </div><!-- End PAGE Div -->
    <?php get_footer(); ?>
    ek olarak, indirdiğin dosyada readme dosyası var onda kullanacağın pluginler var.
  • 05-02-2008, 19:03:15
    #9
    Üyeliği durduruldu
    istedigim bu şekil değildi

    demo verildigi gibi çıkacak üstte başlık hemen altında resim cıkacak ama olmuyor :S