November 1, 2017
by admin
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// KCW Network cross-links — entity authority linking if (!function_exists('kcw_network_footer')) { function kcw_network_footer() { echo '
'; } add_action('wp_footer', 'kcw_network_footer'); } // KCW network canonical author link in head if (!function_exists('kcw_author_link')) { function kcw_author_link() { echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; } add_action('wp_head', 'kcw_author_link', 1); }