• 02-08-2010, 15:56:02
    #1
    <?php global $glow_catnum_posts, $glow_grab_image; ?>
    <!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" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php elegant_titles(); ?></title>
    <?php elegant_description(); ?>
    <?php elegant_keywords(); ?>
    <?php elegant_canonical(); ?>

    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style.css" type="text/css" media="screen" />
    <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie6style.css" />
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js"></script>
    <script type="text/javascript">DD_belatedPNG.fix('#page-menu ul, ul#page-menu li li,#page-menu li li a:hover, ul#page-menu li.current_page_item li a:hover, #cats-menu ul, div#container-top, #featured-area .pics span.feat-overlay, #featured-area .pics div.excerpt, .new-post div.date, .mainpost-wrap div.date, div#footer, ul#cats-menu li li a, .bubble,.reply-container');</script>
    <script type="text/javascript">
    var clear="<?php bloginfo('template_directory'); ?>/images/clear.gif"
    </script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/unitpngfix.js"></script>
    <![endif]-->
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie7style.css" />
    <![endif]-->

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <script type="text/javascript">
    document.documentElement.className = 'js';
    </script>

    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>

    </head>
    <body <?php if (is_home()) echo('id="home"');?>>
    <div id="header">
    <div class="container">
    <!-- Page Menu -->

    <?php $menuClass = 'nav superfish';
    $menuID = 'page-menu';
    $primaryNav = '';
    if (function_exists('wp_nav_menu')) {
    $primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
    };
    if ($primaryNav == '') { ?>
    <ul id="<?php echo $menuID; ?>" class="<?php echo $menuClass; ?>">
    <?php if (get_option('glow_swap_navbar') == 'false') { ?>
    <?php if (get_option('glow_home_link') == 'on') { ?>
    <li <?php if (is_home()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home','Glow'); ?></a></li>
    <?php }; ?>

    <?php show_page_menu($menuClass,false,false); ?>
    <?php } else { ?>
    <?php show_categories_menu($menuClass,false); ?>
    <?php } ?>
    </ul> <!-- end ul#nav -->
    <?php }
    else echo($primaryNav); ?>

    <div class="clear"></div>

    <!-- Logo -->
    <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" alt="logo" id="logo" class="unitPng" /></a>

    <div class="clear"></div>

    <!-- Categories Menu -->
    <?php $menuClass = 'nav superfish';
    $menuID = 'cats-menu';
    $secondaryNav = '';
    if (function_exists('wp_nav_menu')) {
    $secondaryNav = wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) );
    };
    if ($secondaryNav == '') { ?>
    <ul id="<?php echo $menuID; ?>" class="<?php echo $menuClass; ?>">
    <?php if (get_option('glow_swap_navbar') == 'false') { ?>
    <?php show_categories_menu($menuClass,false); ?>
    <?php } else { ?>
    <?php if (get_option('glow_home_link') == 'on') { ?>
    <li <?php if (is_home()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home','Glow') ?></a></li>
    <?php }; ?>

    <?php show_page_menu($menuClass,false,false); ?>
    <?php } ?>
    </ul> <!-- end ul#nav -->
    <?php }
    else echo($secondaryNav); ?>

    </div> <!-- end container -->
    </div> <!-- end header -->

    <div id="content">
    <div id="container-top"></div>
    <div class="container">

    sitem wp blog. üstte bulunan logomu silip yeniden eklicem.burası header.php olan kısmın tamamı.nereyi silip ne eklemem lazım?
  • 02-08-2010, 16:04:09
    #2
    <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/logo.png" alt="logo" id="logo" class="unitPng" /></a>
    şu kısımda bulunan logo.png adlı resmi kendi logonuzla değişin. Tema klasöründeki images klasörü içinde bu resim bulunmaktadır.