• 23-07-2010, 15:37:13
    #1
    Üyeliği durduruldu
    Wordpresste çalışan bir sürü Manşet eklenti var ve ben bitanesini Post sayfamda göstermek istiyorum.

    Yani Yazının içine girildiğinde Sidebarın en Üstünde gözükmesini istiyorum.
    Bulduğum Manşet eklentisinin eklenmesi gereken kodu bu ama Herkes Anasayfada nereye ekleneceğini Yazmış.
    Yardımcı Olursanız Sevinirim.

    /*
    * Cu3er Post Elements uygulamasını temaya eklemek
    */
    <?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?>
  • 23-07-2010, 15:48:33
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    sidebar dosyanızı veriniz..
  • 23-07-2010, 17:33:20
    #3
    Üyeliği durduruldu
    <?php global $comfy; ?>
    <div id="sidebar">
    
    <?php if (is_page() || is_single()) : ?>
    <?php if (is_page()) $tle = 'page'; else $tle = 'post'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/admin_menu.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/writer.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/info.html'; ?>
    
    <?php endif; ?>
    
    <?php if (is_category()) : ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/category_tabs.html'; ?>
    <?php endif; ?>
    
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/subscription.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/300x250ads.html'; ?>
    <?php if (!is_category()) : ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/ajaxtabs.html'; ?>
    <?php endif; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/media.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/widgets.html'; ?>
    
    </div><div class="clear"></div>
    Buyrun , böyle.
  • 23-07-2010, 17:46:58
    #4
    hocam sidebar.php dosyanda sadece bunlar mı var ?

    eğer öyleyse bunu deneyin bir >>


    <?php global $comfy; ?>
    <div id="sidebar">
    
    <?php if (is_page() || is_single()) : ?>
    <?php if (is_page()) $tle = 'page'; else $tle = 'post'; ?>
    <?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/admin_menu.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/writer.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/info.html'; ?>
    
    <?php endif; ?>
    
    <?php if (is_category()) : ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/category_tabs.html'; ?>
    <?php endif; ?>
    
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/subscription.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/300x250ads.html'; ?>
    <?php if (!is_category()) : ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/ajaxtabs.html'; ?>
    <?php endif; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/media.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/widgets.html'; ?>
    
    </div><div class="clear"></div>
  • 23-07-2010, 19:26:36
    #5
    benm sidebar manşeti istersen veriyim basittir
    http://sahvemat.net/
  • 24-07-2010, 12:49:14
    #6
    Üyeliği durduruldu
    mert2407 adlı üyeden alıntı: mesajı görüntüle
    hocam sidebar.php dosyanda sadece bunlar mı var ?

    eğer öyleyse bunu deneyin bir >>


    <?php global $comfy; ?>
    <div id="sidebar">
    
    <?php if (is_page() || is_single()) : ?>
    <?php if (is_page()) $tle = 'page'; else $tle = 'post'; ?>
    <?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/admin_menu.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/writer.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/info.html'; ?>
    
    <?php endif; ?>
    
    <?php if (is_category()) : ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/category_tabs.html'; ?>
    <?php endif; ?>
    
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/subscription.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/300x250ads.html'; ?>
    <?php if (!is_category()) : ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/ajaxtabs.html'; ?>
    <?php endif; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/media.html'; ?>
    <?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/widgets.html'; ?>
    
    </div><div class="clear"></div>
    Dediğiniz gibi yaptım ama olmadı pm ilede bildirdim.

    blu3dr3am adlı üyeden alıntı: mesajı görüntüle
    benm sidebar manşeti istersen veriyim basittir
    http://sahvemat.net/
    Ama sadece resim deil extra olarak yazılı ve kategoriden otomatik kendi çekmesi lazım..
  • 24-07-2010, 13:38:21
    #7
    blu3dr3am adlı üyeden alıntı: mesajı görüntüle
    benm sidebar manşeti istersen veriyim basittir
    http://sahvemat.net/
    Ben alabilirmiyim
  • 24-07-2010, 17:14:14
    #8
    yolladim kardeş
  • 24-07-2010, 17:39:51
    #9
    Sağolasın hocam kurdum çok güzel