header: activate pingback

This commit is contained in:
Kazhnuz 2018-10-24 14:25:58 +02:00
parent c1402f4869
commit 154b947106
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
<title><?php bloginfo('name'); ?><?php wp_title(' - '); ?></title>
<meta name="description" content="<?php bloginfo('name'); echo " - "; bloginfo('description');?>" />
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
<!-- mon icon -->