array( 'href' => array(), 'title' => array() ), 'em' => array(), 'strong' => array(), ); $copyright = get_theme_mod('copyright_text', __('© ', 'cafe-express') . date("Y") . __(' Template Express', 'cafe-express' ) ); if(! empty($copyright)): ?>
  • Follow Us:
  • 'twitter', 'facebook' => 'facebook', 'googleplus' => 'google-plus', 'linkedin' => 'linkedin', 'flickr' => 'flickr', 'pinterest' => 'pinterest-p', 'youtube' => 'youtube-play', 'vimeo' => 'vimeo', 'tumblr' => 'tumblr', 'dribble' => 'dribbble', 'github' => 'github-alt', 'instagram' => 'instagram', 'xing' => 'xing', ); $snDefault = 0; foreach ($list_social_channels as $key => $value) { if( $snDefault < 4 ){ $hasChannel = get_theme_mod($key, __('#', 'cafe-express')); }else{ $hasChannel = get_theme_mod($key); } if(! empty($hasChannel)){ echo '
  • '; } $snDefault++; } ?>