', esc_url( get_bloginfo( 'pingback_url' ) ) );
}
}
add_action( 'wp_head', 'best_news_pingback_header' );
// Top Header Contact Info
if( ! function_exists('best_news_top_header_contact_info_items')):
function best_news_top_header_contact_info_items(){
$defaults = array(
array(
'icon' => 'fa fa-map-pin',
'title' => __('Bnews24, New York','best-news'),
),
);
$contact_items = get_theme_mod( 'top_header_contact_info_items', $defaults );
if( $contact_items ){
foreach( $contact_items as $contact ){ ?>
'fa fa-map-pin',
'title' => __('Bnews24, New York','best-news'),
),
);
$contact_items = get_theme_mod( 'footer_contact_info_items', $defaults );
if( $contact_items ){
foreach( $contact_items as $contact ){ ?>
'fa fa-facebook',
'link' => '#',
),
array(
'font' => 'fa fa-twitter',
'link' => '#',
),
);
$social_items = get_theme_mod( 'top_header_social_links_items', $defaults );
if( $social_items ){
foreach( $social_items as $social ){ ?>
'fa fa-facebook',
'link' => '#',
),
array(
'font' => 'fa fa-twitter',
'link' => '#',
),
);
$social_items = get_theme_mod( 'footer_social_links_items', $defaults );
if( $social_items ){
foreach( $social_items as $social ){ ?>