• 01-03-2009, 00:58:04
    #1
    Üyeliği durduruldu
    Arkadaşlar Temamda Logonun Uzantısını nereden ayarlayabilirim ? (Örneğin . siteadi.com/logo/logo.gif 'i nasıl logo.png yapabilirim) Bir türlü bulamadım yardımlarınızı bekliyorum..
  • 01-03-2009, 01:03:00
    #2
    Üyeliği durduruldu
    style.css dosyasının içine bak yok ise header.php dosyasının içinde
  • 01-03-2009, 01:03:12
    #3
    büyük ihtimalle style.css dosyasından ayarlayabilirsiniz.
  • 01-03-2009, 01:05:52
    #4
    Üyeliği durduruldu
    İkisinede baktım.. Logo uzantısı şuan "/wp-content/themes/one-theme/img/colors/blue/Logo.gif" şu şekilde ama aşağıda geçmiyor o uzantı..

    Header :

    Alıntı
    <!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>
    <?php ot_set_color(); ?>

    <!-- Meta -->
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <!-- CSS -->
    <style type="text/css">
    body {background:#666 url(<?php ot_site_bg(); ?>);}
    .header{background:url(<?php ot_logo_bg(); ?>) no-repeat bottom right;}
    </style>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php echo get_option('home'); ?>/wp-content/themes/one-theme/css/<?php echo ot_get_color(); ?>.css" type="text/css" media="screen" />

    <!-- Favicon -->
    <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" />

    <!--[if lt IE 7]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
    <![endif]-->

    <!--[if lt IE 7]>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie6.css" />
    <![endif]-->

    <!-- Javascript -->
    <script src="<?php echo get_option("home"); ?>/wp-includes/js/prototype.js" type="text/javascript"></script>
    <script src="<?php echo get_option("home"); ?>/wp-includes/js/scriptaculous/effects.js" type="text/javascript"></script>
    <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/javascript/ot.js"></script>

    <!-- RSS -->
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />

    <!-- Pingback -->
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <!-- WP Head -->
    <?php wp_head(); ?>

    </head>

    <body>

    <a name="top" id="top"></a>

    <div class="wrapper">

    <div class="top"></div>

    <div class="inner">

    <div class="header">

    <div id="logo">

    <h1><a href="<?php echo get_option('home'); ?>/"><img src="<?php ot_top_logo(); ?>" alt="<?php bloginfo('name'); ?>" /></a></h1>

    </div>

    <img src="<?php bloginfo('stylesheet_directory'); ?>/img/colors/<?php echo ot_get_color(); ?>/logo-trans.png" alt="Logo Background" width="470" height="144" />

    <a href="<?php bloginfo('rss2_url'); ?>"><img class="rss-buttom" src="<?php bloginfo('stylesheet_directory'); ?>/img/rss-trans.png" alt="RSS" width="48" height="48" /></a>

    </div>

    <div class="menu">
    <ul>
    <li><a href="<?php echo get_option('home'); ?>/">Home</a></li>
    <?php ot_top_menu();?>
    </ul>

    <div class="search">
    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    <input type="text" value="Search..." onfocus="if(this.value=='Search...'){this.value='' }" onblur="if(this.value==''){this.value='Search...'} " name="s" /> <input type="image" src="<?php bloginfo('stylesheet_directory'); ?>/img/colors/<?php echo ot_get_color(); ?>/search_go.gif" />
    </form>
    </div>

    </div>

    <div class="submenu">
    <ul>
    <?php ot_sub_menu();?>
    </ul>
    </div>
    Style.css :

    Alıntı
    /* Theme Name: One Theme
    Theme URI: Premium Wordpress Themes | WP Skins & Templates - Buy One Theme
    Description: With five vibrant colors, dull is not an option.
    Author: one-theme.com
    Version: 1.0
    Author URI: Premium Wordpress Themes | WP Skins & Templates - Buy One Theme
    */ /*


    ####### ## ## ######## ######## ## ## ######## ## ## ########
    ## ## ### ## ## ## ## ## ## ### ### ##
    ## ## #### ## ## ## ## ## ## #### #### ##
    ## ## ## ## ## ###### ## ######### ###### ## ### ## ######
    ## ## ## #### ## ## ## ## ## ## ## ##
    ## ## ## ### ## ## ## ## ## ## ## ##
    ####### ## ## ######## ## ## ## ######## ## ## ########



    Where's All The CSS Hiding?

    You will find five style sheets in your CSS folder located at: wp-content/themes/one-theme/css/

    */
  • 01-03-2009, 01:09:33
    #5
    Üyeliği durduruldu
    link atarsan yardımcı olabilirm.
  • 01-03-2009, 01:10:13
    #6
    Üyeliği durduruldu
    ExpLoiT adlı üyeden alıntı: mesajı görüntüle
    link atarsan yardımcı olabilirm.
    TechBilgi.Com
  • 01-03-2009, 01:13:38
    #7
    /css/blue.css

    dosyasından editliceksiniz sanırım..
  • 01-03-2009, 01:15:05
    #8
    Alıntı
    <img src="<?php ot_top_logo(); ?>" alt="<?php bloginfo('name'); ?>" />
    burda src yerine resmi yazar mısn?
  • 01-03-2009, 01:15:17
    #9
    Üyeliği durduruldu
    sosyopat adlı üyeden alıntı: mesajı görüntüle
    /css/blue.css
    dosyasından editliceksiniz sanırım..
    Onada baktım deli olacağım ya

    http://www.techbilgi.com/wp-content/...e/css/blue.css