WordPress Türkiye Forumları

WordPress Türkiye Forumları » Temalar

Header kısma sohbet ekleme yardım!!!

(2 mesaj(lar))
  • 3 ay önce gokozlu13 tarafından başlatıldı
  • travego tarafından son cevap
  • Bu konu Destek sorusu değil
  1. Arkadaşlar resimdeki kare içersine aldıgım yeri tamamen silip oraya sohbet eklemek ıstıyorum.. ancak bır turlu yapamadım yardımcı olabılır mısınız ?

    RESIM

    RESIM: http://img67.imageshack.us/img67/3/08ph4.jpg

    EKLEMEK ISTEDIGIM SOHBET KODU

    `

    <embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=32953113" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small>Get your own Chat Box! Go Large!</small><br>
    
    
    
    VE kullandıgım HEADER kod<U/strong>
     <!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 wp_title(''); ?>
    <?php if(wp_title(' ', false)) { echo ' | '; } ?>
    <?php bloginfo('name'); ?>
    </title>
    <META NAME="Keywords" CONTENT="<?php wp_title(''); ?>  ">
    <META NAME="Description" CONTENT="<?php wp_title(''); ?>  ">
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Beslemesi" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <style type="text/css" media="screen">
    
    <?php
    // Checks to see whether it needs a sidebar or not
    if ( !$withcomments && !is_single() ) {
    ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
    <?php } else { // No sidebar ?>
    	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    <?php } ?>
    
    </style>
    
    <?php wp_head(); ?>
    </head>
    <body>
    
    <h1>/"><?php bloginfo('name'); ?></h1>
    <?php bloginfo('description'); ?>
    <hr />
    3 ay önce #
  2. <h1>/"><?php bloginfo('name'); ?></h1>
    <?php bloginfo('description'); ?>

    i sil ve

    <embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high"
    yapıştır :)

    3 ay önce #

Bu konu için RSS beslemesi

Cevapla

Mesaj göndermek için giriş yapmalısınız.