• 11-12-2010, 15:39:42
    #1
    Merhaba arkadaşlar. http://www.piriz.org adresinde bulunan Dilectio temamın üst kısımını editlemek istiyorum. Editlemek istediğim iki bölüm var. Birincisi sayfalar bölümü soldan sağa gelecek. İkinci bölüm ise; Piriz.ORG yazısı yerine belirlediğim logo gelecek ve sol kısımda olacak. Bu işlemi nasıl gerçekleştirebilirim acaba?
  • 11-12-2010, 15:41:49
    #2
    Üyeliği durduruldu
    header.php dosyanızın içeriğini paylaşın editleyelim beraber
  • 11-12-2010, 15:42:54
    #3
    <!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">
    <head profile="http://gmpg.org/xfn/11">
    <? $theTitle=wp_title(" - ", false); if($theTitle != "") { ?><title><?php echo wp_title("",false); ?> - <?php bloginfo('name'); ?></title>
    <? } else { ?><title><?php bloginfo('name'); ?></title><? } ?>
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta http-equiv="pragma" content="no-cache" />
    <meta http-equiv="cache-control" content="no-cache" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/imghover.js"> </script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/tabs.js"> </script>
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/x-icon" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    
    <body>
    <div id="bgcontainer">
    
    <!-- START Header -->
    <div class="Header">
    <div class="Logo">
    <div class="LogoText">
     <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    </div>
    <p class="Desc"><?php bloginfo('description'); ?></p>
    </div>
    
    <div class="Menu">
       <ul>
       <li><a href="<?php echo get_option('home'); ?>/"><span>Ana Sayfa</span></a></li>
    <?php
    $pages = wp_list_pages('sort_column=menu_order&title_li=&echo=0');
    $pages = preg_replace('%<a ([^>]+)>%U','<a $1><span>', $pages);
    $pages = str_replace('</a>','</span></a>', $pages);
    echo $pages;
    ?>
      </ul> 
    </div>
    </div>
    <!-- END Header -->
    Buyrun header bölümü içeriği. Konuya eklemeyi unutmuşum kusura bakmayın.
  • 11-12-2010, 15:45:58
    #4
    Üyeliği durduruldu
    <!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">
    <head profile="http://gmpg.org/xfn/11">
    <? $theTitle=wp_title(" - ", false); if($theTitle != "") { ?><title><?php echo wp_title("",false); ?> - <?php bloginfo('name'); ?></title>
    <? } else { ?><title><?php bloginfo('name'); ?></title><? } ?>
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta http-equiv="pragma" content="no-cache" />
    <meta http-equiv="cache-control" content="no-cache" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/imghover.js"> </script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/tabs.js"> </script>
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/x-icon" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>

    <body>
    <div id="bgcontainer">

    <!-- START Header -->
    <div class="Header">
    <div class="Logo">
    <div class="Menu">
    <a href="site linki"><img src="logo urlsi" /></a>
    </div>

    </div>

    <div class="LogoText">
    <ul>
    <li><a href="<?php echo get_option('home'); ?>/"><span>Ana Sayfa</span></a></li>
    <?php
    $pages = wp_list_pages('sort_column=menu_order&title_li=&ec ho=0');
    $pages = preg_replace('%<a ([^>]+)>%U','<a $1><span>', $pages);
    $pages = str_replace('</a>','</span></a>', $pages);
    echo $pages;
    ?>
    </ul>
    </div>
    </div>
    <!-- END Header -->

    bu şekilde bir deneyin
  • 11-12-2010, 15:54:17
    #5
    Olmalı malesef sayfalar üste geçti.