انجمن


چگونه تصویر را به این کد هدر اضافه کنم ؟  (۱ نوشته)

  • dibdamini

    آفلاین
    عضو
    تعداد نوشته‌ها: ۲۰
    # نوشته شده: ۱۱ سال پیش
    ۲۶ تیر ۱۳۹۱ - ۱۶:۴۹

    در زیر کدهای بخش هدر قالب وبسایت رو قرار دادم , کسی میدونه با توجه به این کدها که متاسفانه کمی هم درهمه ، چگونه و با چه کدی میتونم عکس هدر رو به بالای وبسایت اضافه کنم ؟

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta name="google-site-verification" content="ekmu8Lp6m186cyb1hdilFFEgA3Z4P3tLB0tPCu2bvQ0" />
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="google-site-verification" content="BT-HPMklXmm400XD18GGQMXYA9fm3fogp2mKflFWEKI" />
    <title><?php
    /*
    * Print the <title> tag based on what is being viewed.
    */
    global $page, $paged;

    wp_title( '|', true, 'right' );

    // Add the blog name.
    bloginfo( 'name' );

    // Add the blog description for the home/front page.
    $site_description = get_bloginfo( 'description', 'display' );
    if ( $site_description && ( is_home() || is_front_page() ) )
    echo " | $site_description";

    // Add a page number if necessary:
    if ( $paged >= 2 || $page >= 2 )
    echo ' | ' . sprintf( __( '???? %s', 'webalfa' ), max( $paged, $page ) );

    ?></title>
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <script language="javascript" type="text/javascript" src="<?php bloginfo( 'template_directory' ); ?>/jquery.js"></script>
    <script language="javascript" type="text/javascript" src="<?php bloginfo( 'template_directory' ); ?>/equalHeights.js"></script>
    <script language="javascript" type="text/javascript" src="<?php bloginfo( 'template_directory' ); ?>/js.js"></script>
    <?php
    /* We add some JavaScript to pages with the comment form
    * to support sites with threaded comments (when in use).
    */
    if ( is_singular() && get_option( 'thread_comments' ) )
    wp_enqueue_script( 'comment-reply' );

    /* Always have wp_head() just before the closing </head>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to add elements to <head> such
    * as styles, scripts, and meta tags.
    */
    wp_head();
    ?>

    </head>
    <body>
    <div class="wa-theme">
    <div class="wa-header">
    <div class="wa-logo"></div>
    <div class="wa-clear"></div>
    </div>
    <div class="wa-navbar">
    <div class="left">
    <form action="<?php bloginfo( 'url' ); ?>" id="searchform" method="GET">
    <div class="wa-navbar-search">
    <input type="image" width="20px" height="20px" style="float:right" onclick="document.getElementById('searchform').submit;" name="submit" src="<?php bloginfo( 'template_directory' ); ?>/images/space.gif">
    <input name="s" tabindex="1" value="<?php if (get_search_query()){ the_search_query();}else{echo 'جستجو'; } ?>" onfocus="if(this.value=='?????')this.value='';" onblur ="if(this.value=='')this.value='?????';" type="text">
    </div>
    </form>
    </div>
    <div class="right">

    • ">صفحه اصلی
    • تعرفه تبلیغات
    • تماس با ما
    • نقشه سایت
    • تبادل لینک
    </div>
    </div>
    <div class="wa-main">

درباره‌ی این موضوع



برچسب‌ها

هیچ برچسبی نیست.