• 03-08-2018, 22:30:19
    #1
    merhaba, wp sitede baslik sorunu var

    header.php başlıkta title description kodları yok bu kod var ama tema ayarlarındada bulamadım o kısmı o kodları eklemem lazım başlık falan çıkmıyor. Kodları vereblrmsnz

    <?php
    /**
     * Generic Header template.
     *
     * @package ClassiPressTemplates
     * @author  AppThemes
     * @since   ClassiPress 1.0
     */
    
    global $cp_options;
    ?>
    
    <div class="header"></div>
  • 03-08-2018, 22:51:05
    #2
    Üyeliği durduruldu
    <!doctype html >
    <!--[if IE 8]>    <html class="ie8" lang="en"> <![endif]-->
    <!--[if IE 9]>    <html class="ie9" lang="en"> <![endif]-->
    <!--[if gt IE 8]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->
    <head>
        <title><?php wp_title('|', true, 'right'); ?></title>
        <meta charset="<?php bloginfo( 'charset' );?>" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
        <?php
        wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
        ?>
    </head>
    Kendi sitemden aldım, umarım işini görür.
  • 03-08-2018, 22:56:27
    #3
    Deadpool adlı üyeden alıntı: mesajı görüntüle
    <!doctype html >
    <!--[if IE 8]>    <html class="ie8" lang="en"> <![endif]-->
    <!--[if IE 9]>    <html class="ie9" lang="en"> <![endif]-->
    <!--[if gt IE 8]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->
    <head>
        <title><?php wp_title('|', true, 'right'); ?></title>
        <meta charset="<?php bloginfo( 'charset' );?>" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
        <?php
        wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
        ?>
    </head>
    Kendi sitemden aldım, umarım işini görür.
    teşekkurler ama bunda sanrm yazi sayfasina falan girince desc ve title cikmicak?
  • 03-08-2018, 22:59:39
    #4
    Üyeliği durduruldu
    MeMoLi adlı üyeden alıntı: mesajı görüntüle
    teşekkurler ama bunda sanrm yazi sayfasina falan girince desc ve title cikmicak?
    Denemen de fayda var, dene önce muhtemelen işini görecektir diye düşünüyorum.
  • 03-08-2018, 23:52:42
    #5
    Deadpool adlı üyeden alıntı: mesajı görüntüle
    <!doctype html >
    <!--[if IE 8]>    <html class="ie8" lang="en"> <![endif]-->
    <!--[if IE 9]>    <html class="ie9" lang="en"> <![endif]-->
    <!--[if gt IE 8]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->
    <head>
        <title><?php wp_title('|', true, 'right'); ?></title>
        <meta charset="<?php bloginfo( 'charset' );?>" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
        <?php
        wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
        ?>
    </head>
    Kendi sitemden aldım, umarım işini görür.
    teşekkürler ama yazı sayfasında kilerin başlıkları geldi ama diğer ardında seçileni gelmedi clasipress temasında head ayarlarını bulamıyorum kodlu o kodu silirsem belki kurtulurm