Skip to content

Instantly share code, notes, and snippets.

@nikolab
Created February 13, 2018 21:35
Show Gist options
  • Save nikolab/f3a8660122b4cbba8a4092042526cb3a to your computer and use it in GitHub Desktop.
Save nikolab/f3a8660122b4cbba8a4092042526cb3a to your computer and use it in GitHub Desktop.
Ping for seo in header
<?php if( is_singular() && pings_open( get_queried_object() ) ): ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment