mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-02-14 05:19:18 +00:00
Initial commit. State 04.2021.
This commit is contained in:
19
wp-content/themes/professional/social-fa.php
Normal file
19
wp-content/themes/professional/social-fa.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php global $option_setting; ?>
|
||||
<?php if ($option_setting['facebook']) : ?>
|
||||
<a target="_blank" title="<?php _e('Facebook','professional') ?>" id="facebook" href="<?php echo esc_url($option_setting['facebook']) ?>"></a>
|
||||
<?php endif; ?>
|
||||
<?php if ($option_setting['google']) : ?>
|
||||
<a target="_blank" title="<?php _e('Google Plus','professional') ?>" id="google" href="<?php echo esc_url($option_setting['google']) ?>"></i></a>
|
||||
<?php endif; ?>
|
||||
<?php if ($option_setting['twitter']) : ?>
|
||||
<a target="_blank" title="<?php _e('Twitter','professional') ?>" id="twitter" href="<?php echo esc_url($option_setting['twitter']) ?>"></a>
|
||||
<?php endif; ?>
|
||||
<?php if ($option_setting['rss-feed']) : ?>
|
||||
<a target="_blank" title="<?php _e('RSS Feed','professional') ?>" id="rss" href="<?php echo esc_url($option_setting['rss-feed']) ?>"></a>
|
||||
<?php endif; ?>
|
||||
<?php if ($option_setting['instagram']) : ?>
|
||||
<a target="_blank" title="<?php _e('Instagram','professional') ?>" id="instagram" href="<?php echo esc_url($option_setting['instagram']) ?>"></a>
|
||||
<?php endif; ?>
|
||||
<?php if ($option_setting['flickr']) : ?>
|
||||
<a target="_blank" title="<?php _e('Flickr','professional') ?>" id="flickr" href="<?php echo esc_url($option_setting['flickr']) ?>"></a>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user