Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #118827

    Omid
    Participant

    Hello,

    In _header.php, line 20 , there is this code:
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

    What does this code do exactly?

    Honestly I had an alert recently from my website server admin. He told me you had CPU overload because of many pingback issues, specially on xmlrpc.php in main root of website.

    May X theme cause this problem? What happens if I remove mentioned line?

    #118871

    Christopher
    Moderator

    Hi there,

    You can find more information about this by checking this link:

    http://codex.wordpress.org/Function_Reference/get_bloginfo

    Just search for pingback in the page.

    And here is what pingback means:

    http://www.hixie.ch/specs/pingback/pingback

    Usually it is for SEO purposes and if you think it will do good for yout o remove it, that will not affect your website regarding front end. But it will affect SEO.

    Here is more information about SEO: http://en.wikipedia.org/wiki/Search_engine_optimization

    Hope it helps.

    #119130

    Omid
    Participant

    Hello,

    Thanks for these hints 🙂

    I think it could be ignored for my weblog!
    May I have this omission in child theme to avoid refreshing this file (_header.php) after any update!?

    #119197

    Paul R
    Moderator

    Hi,

    Yes, first copy the file x/framework/views/global/_header.php
    into x-child-ethos/framework/views/global

    Then edit the file x-child-ethos/framework/views/global/_header.php
    and remove the line <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    That should do it.

    Best Regards

    #119239

    Omid
    Participant

    Thank you so much!

    #119248

    Rubin
    Keymaster

    You’re welcome!