• 18-11-2008, 17:28:59
    #10
    teşekkürler güzel tema.
  • 18-11-2008, 19:49:03
    #11
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Paylaşım için teşekkürler. Çok güzel bir temaymış. Bunu biraz editlersem sitemde kullanabilirim.
  • 18-11-2008, 22:27:11
    #12
    Church ve Lifestyle temaları özellikle haber sitesi olmaya çok uygun.
    Biraz HTML & CSS bilginiz varsa tema ile çok güzel işler çıkartabilirsiniz.
  • 19-11-2008, 19:37:00
    #13
    Ben Church temasını sitemde kullanacağım ama en baştaki slayt şeklindeki bölüm bende gözükmüyor. Neden acaba ??

    Edit

    Çözdüm. Eğer sizde aynı sorunu yaşarsanız tema klasöründe plugin klasörünün içindeki eklentileri etkinleştirin.
  • 10-03-2009, 20:03:05
    #14
    Üyeliği durduruldu
    _nkA adlı üyeden alıntı: mesajı görüntüle
    Ben Church temasını sitemde kullanacağım ama en baştaki slayt şeklindeki bölüm bende gözükmüyor. Neden acaba ??
    Edit
    Çözdüm. Eğer sizde aynı sorunu yaşarsanız tema klasöründe plugin klasörünün içindeki eklentileri etkinleştirin.
    Hocam Etkinleştirdim Fakat Yine Olmadı bu Sefer Resim Yokdu Yazılarda Gitti
  • 24-03-2009, 22:49:51
    #15
    www.photoshopmerkezi.com bende kurdum temayı fakat bir sorunum var

    Sayfa Kıvırma Yöntemi | PHOTOSHOPTURK.NET buradaki gibi kategorileri yapabilir miyim bende?
  • 25-03-2009, 19:28:05
    #16
    Rigobert adlı üyeden alıntı: mesajı görüntüle
    www.photoshopmerkezi.com bende kurdum temayı fakat bir sorunum var

    Sayfa Kıvırma Yöntemi | PHOTOSHOPTURK.NET buradaki gibi kategorileri yapabilir miyim bende?
    Yapmak istediginiz nedir?

    Katagori derken bazı katagori adları saga yaslanmış o şekildemi diyorsunuz

    Onlar alt katagoriler alt katagoriniz oldugunda sizdede öyle görünür

    Home.php içeriginiz şununla degiştirin imzamdaki sitem gibi olur sizinkide ayrıca he eklediginiz thumbnail resim 90x90 boyutunda görünür ayrıcada hpbottom falan eklemenize gerek her konuya thumbnail olacak şekilde ayarlandı

    Ktagori idlerinizi sizinkine göre degiştirin

    Home.php içeriginizin yedegini alın belki begenmezsiniz ben slayt eklentisini kullanmıyorum siteyi yavaşlatıyor

    Alıntı
    <?php get_header(); ?>

    <div id="content">

    <div id="homepage">

    <div id="homepagetop">

    <div class="featuredtop">

    <!--This section is where the Featured Content plugin is called.-->





    </div>


    </div>



    <div id="homepageleft">



    <div class="hpfeatured">
    <h3>Teknoloji-Gsm-Bilim</h3>



    <?php
    //Code automatically inserted by Featurific for Wordpress plugin
    if(is_home()) //If we're generating the home page (remove this line to make Featurific appear on all pages)...
    if(function_exists('insert_featurific')) //If the Featurific plugin is activated...
    insert_featurific(); //Insert the HTML code to embed Featurific
    ?>
    <?php $recent = new WP_Query("cat=8,45,31,40,65&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(80, ""); ?>

    <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>

    </div>

    </div>

    <div id="homepageright">



    <div class="hpfeatured">
    <h3>Grafik-Avatar-Webmaster</h3>



    <?php $recent = new WP_Query("cat=23,39,35&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(80, ""); ?>

    <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>






    </div>

    </div>

    <div id="homepageleft">



    <div class="hpfeatured">
    <h3>Müzik-Sinema-Video</h3>



    <?php
    //Code automatically inserted by Featurific for Wordpress plugin
    if(is_home()) //If we're generating the home page (remove this line to make Featurific appear on all pages)...
    if(function_exists('insert_featurific')) //If the Featurific plugin is activated...
    insert_featurific(); //Insert the HTML code to embed Featurific
    ?>
    <?php $recent = new WP_Query("cat=54,53,12,1650&showposts=11"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(80, ""); ?>

    <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>

    </div>

    </div>

    <div id="homepageright">



    <div class="hpfeatured">
    <h3>Ortaya - Karışık</h3>



    <?php $recent = new WP_Query("cat=109,30,38,1617,13,1483,1,41&showpost s=10"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(80, ""); ?>

    <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>




    </div>

    </div>

    </div>

    <?php include(TEMPLATEPATH."/sidebar.php");?>

    </div>

    <!-- The main column ends -->


    <?php get_footer(); ?>
  • 25-03-2009, 23:53:39
    #17
    haberlere resim ekliyemiyorum nasıl eklerim açıklarmıısnız
  • 26-03-2009, 07:13:17
    #18
    Maviksir adlı üyeden alıntı: mesajı görüntüle
    Yapmak istediginiz nedir?

    Katagori derken bazı katagori adları saga yaslanmış o şekildemi diyorsunuz

    Onlar alt katagoriler alt katagoriniz oldugunda sizdede öyle görünür

    Home.php içeriginiz şununla degiştirin imzamdaki sitem gibi olur sizinkide ayrıca he eklediginiz thumbnail resim 90x90 boyutunda görünür ayrıcada hpbottom falan eklemenize gerek her konuya thumbnail olacak şekilde ayarlandı

    Ktagori idlerinizi sizinkine göre degiştirin

    Home.php içeriginizin yedegini alın belki begenmezsiniz ben slayt eklentisini kullanmıyorum siteyi yavaşlatıyor

    Anlatamınız için sağolun ama ben buraya yazdıktan sonraki hatamı anladım..
    amacım kategorinin üzerine gelince alt kategorinin çıkmasıydı. Alt kategoriye konu açtım bitti