• 10-11-2017, 10:15:59
    #1
    <!-- This site is optimized with the Yoast SEO plugin v5.7.1 - https://yoast.com/wordpress/plugins/seo/ -->
    <meta name="description" content="site aciklaması"/>
    <link rel="canonical" href="siteismi." />
    <link rel="next" href="http://siteismi.net/page/2/" />
    <meta property="og:locale" content="tr_TR" />
    <meta property="og:type" content="website" />
    buradaki <link rel="next" href="http://siteismi.net/page/2/" /> kaldıramıyorum fikri olan varmı aceba
  • 10-11-2017, 10:31:38
    #2
    Kurumsal Üye
     remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
    bu kodu kullanın
  • 10-11-2017, 10:35:46
    #3
    Platin üye
    uckan adlı üyeden alıntı: mesajı görüntüle
    remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
    bu kodu kullanın
    Arkadaşın attığı kodu hangi temayı kullanıyorsan eğer functions.php'sine ekliyeceksin.
    Bilmiyen arkadaşlar için.
  • 10-11-2017, 10:42:44
    #4
    uckan adlı üyeden alıntı: mesajı görüntüle
    remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
    bu kodu kullanın
    <?php
    remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
    ?>
    ekledim ama değişim olmadı Yoast SEO ile alakalı bir durum da
  • 10-11-2017, 11:08:38
    #5
    Kurumsal Üye
    gokhanuur adlı üyeden alıntı: mesajı görüntüle
    <?php
    remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 );
    ?>
    ekledim ama değişim olmadı Yoast SEO ile alakalı bir durum da
    İlgili kodu denedim çalışıyordu ama heralde yoast özel olarak başka bir kodla çekiyor.
    Şu kodu deneyin
    add_filter( 'wpseo_next_rel_link', '__return_false' );
    add_filter( 'wpseo_prev_rel_link', '__return_false' );
  • 10-11-2017, 11:15:44
    #6
    uckan adlı üyeden alıntı: mesajı görüntüle
    İlgili kodu denedim çalışıyordu ama heralde yoast özel olarak başka bir kodla çekiyor.
    Şu kodu deneyin
    add_filter( 'wpseo_next_rel_link', '__return_false' );
    add_filter( 'wpseo_prev_rel_link', '__return_false' );
    Tamam şimdi oldu, çok teşekkür ederim