• 06-10-2007, 14:06:44
    #1
    Üyeliği durduruldu
    bugun wordprese cok daldım kusura bakmayın soru yağmuruna tutuyorum sizi ama...



    sidebara banner eklemek istiyorum. aynı şuradaki gibi;

    tıklayın
  • 06-10-2007, 15:11:43
    #2
    Üyeliği durduruldu
    Bu şekilde yapabilirsin sidebar.php eklemen gereken kod..

    <h2><?php _e('BAŞLIĞIN'); ?></h2>
            <ul>
    HTML KODLARI EKLE--- BANNER EKLE YANİ
            </ul>
  • 06-10-2007, 15:18:55
    #3
    Üyeliği durduruldu
    yaptım ama olmadı.

    vesvese temasına
  • 06-10-2007, 15:19:53
    #4
    Üyeliği durduruldu
    sidebar.php dosyasını yollarmısın + olarak eklemek istediğin banneri
  • 06-10-2007, 15:42:17
    #5
    Üyeliği durduruldu
    <div class="sidenav">
    <?php if ( !function_exists('dynamic_sidebar')
    || !dynamic_sidebar() ) : ?>
    <?php if (function_exists('wp_theme_switcher')) { ?>
    <?php wp_theme_switcher('dropdown'); ?>
    <?php } ?>
    <?php
    $today = current_time('mysql', 1);
    if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 10")):
    ?>
    <?php endif; ?>
    <h1>Kategoriler</h1>
    <ul>
    <?php aps_cat_icon_list(); ?>
    </ul>
    <?php if ( is_home() ) { ?>
    <h1>Son Konular</h1>
    <ul><?php get_archives('postbypost','5','html','',''); ?></ul>
    <h1><?php _e('Blogroll'); ?></h1>
    <ul>
    <?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>
    <li><a href="http://zonenoktaorgodulluseoyarismasi.srrnet.com">Sırrı ÖZDEN</a></li>
    </ul>
    <?php } ?>
    <h1><?php _e('Archives:'); ?></h1>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    <?php endif; ?>
    <h1>RSS (Feed)</h1>
    <ul>
    <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('Konular <abbr title="Really Simple Syndication"> RSS</abbr>'); ?></a></li>
    <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    </ul>
    </div>
    daha eklemek istediğim banneri olusturmadım..ama sen bunu ekleyebilirsin.daha sonra ben değiştiririm.

  • 06-10-2007, 15:44:37
    #6
    Üyeliği durduruldu
    <div class="sidenav">
    <?php if ( !function_exists('dynamic_sidebar')
    || !dynamic_sidebar() ) : ?>
    <?php if (function_exists('wp_theme_switcher')) { ?>
    <?php wp_theme_switcher('dropdown'); ?>
    <?php } ?>
    <?php
    $today = current_time('mysql', 1);
    if ( $recentposts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'publish' AND post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 10")):
    ?>
    <?php endif; ?>
    <h1>Kategoriler</h1>
    <ul>
    <?php aps_cat_icon_list(); ?>
    </ul>
    <?php if ( is_home() ) { ?>
    <h1>Son Konular</h1>
    <ul><?php get_archives('postbypost','5','html','',''); ?></ul>
    <h1><?php _e('Blogroll'); ?></h1>
    <ul>
    <?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?>
    <li><a href="http://zonenoktaorgodulluseoyarismasi.srrnet.com">Sırrı ÖZDEN</a></li>
    </ul>
    <?php } ?>
    <h1><?php _e('Archives:'); ?></h1>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    
    <h1><?php _e('Banner:'); ?></h1>
    <ul>
    <img border="0" src="forum.gif" width="200" height="100">
    </ul>
    
    
    <?php endif; ?>
    <h1>RSS (Feed)</h1>

    Dosyalarının yedeğini alıp yukarıdakini denermisin
  • 06-10-2007, 22:45:57
    #7
    Üyeliği durduruldu
    olmadı maalesef
  • 06-10-2007, 23:55:59
    #8
    Üyeliği durduruldu
    ne gibi bir hata veriyor onu söylermisin ?
  • 07-10-2007, 00:04:47
    #9
    Üyeliği durduruldu
    hatayı yazarsan yardmcı olabilirz