• 10-05-2010, 23:20:59
    #1
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
     
    <!-- BEGIN html head -->
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie.css" /><![endif]-->
    <?php wp_head(); ?>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts.js"></script>
    <?php if (function_exists('wp_enqueue_script') && function_exists('is_singular')) : ?>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php endif; ?>
    </head>
    <!-- END html head -->
     
    <body>
     
    <!-- BEGIN wrapper -->
    <div id="wrapper">
     
        <!-- BEGIN header -->
        <div id="header">
            <div class="logo">
     
    <h1><a rel="nofollow" href="<?php echo get_option('home'); ?>"><http://www.erolmarketig.org/wp-content/uploads/tepe.gif></a></h1>
            <p><?php bloginfo('description'); ?></p>
            </div>
     
            <div class="break"></div>
            <ul>
            <li class="f"><a rel="nofollow" href="<?php echo get_option('home'); ?>">Ana Sayfa</a></li>
            <?php dp_list_pages(); ?>
            </ul>
        </div>
        <!-- END header -->
     
        <!-- BEGIN body -->
        <div id="body">
    Arkadaşlar temaya banner eklemek istiyorum fakat bir türlü beceremedim. yardımcı olabilecek birisi linki nereye koymam gerektiğini anlatabilirmi ? İnternetden araştırıp söylendiği gibi yaptım ama banner değişmedi.
    banner linki:
    http://www.erolmarketig.org/wp-content/uploads/tepe.gif
  • 11-05-2010, 00:13:50
    #2
    <http://www.erolmarketig.org/wp-content/uploads/tepe.gif>
    yerine bunu yazarsan olabilir.

    <img src="http://www.erolmarketig.org/wp-content/uploads/tepe.gif" alt="Buraya açıklama yazabilirsin" />
  • 11-05-2010, 21:54:00
    #3
    Hocam teşekkürler ama çözüm olmadı. başka bi fikri olan varmı acaba ?
  • 11-05-2010, 22:18:24
    #4
            <div class="logo">
     
    <h1><a rel="nofollow" href="<?php echo get_option('home'); ?>"><http://www.erolmarketig.org/wp-content/uploads/tepe.gif></a></h1>
            <p><?php bloginfo('description'); ?></p>
            </div>
    Yerine bunu dener misin.

            <div class="logo">
     
    <a href="http://www.erolmarketig.org"><img rsc="http://www.erolmarketig.org/wp-content/uploads/tepe.gif" alt="<?php bloginfo('description'); ?>" /></a>
            </div>