Tip On Social Media Links – Twitter
-
In the footer.php the following must come out – https://twitter.com/
<div id=”footer-social-icons” class=”seven-col last”>
<?php if ( get_theme_mod( ‘facebooklink’ ) ) : ?>
” target=”_blank” class=”facebook”><?php endif; ?>
<?php if ( get_theme_mod( ‘twitterlink’ ) ) : ?>
https://twitter.com/<?php echo get_theme_mod( ‘twitterlink’ ); ?>” target=”_blank” class=”twitter”><?php endif; ?>
<?php if ( get_theme_mod( ‘googlelink’ ) ) : ?>
” target=”_blank” class=”googleplus”><?php endif; ?>
<?php if ( get_theme_mod( ‘youtubelink’ ) ) : ?>
” target=”_blank” class=”youtube”><?php endif; ?>
<?php if ( get_theme_mod( ‘pinterestlink’ ) ) : ?>
” target=”_blank” class=”pinterest”><?php endif; ?>
<?php if ( get_theme_mod( ‘stumblelink’ ) ) : ?>
” target=”_blank” class=”stumbleupon”><?php endif; ?>
<?php if ( get_theme_mod( ‘rsslink’ ) ) : ?>
” target=”_blank” class=”rss”><?php endif; ?>
</div>
- The topic ‘Tip On Social Media Links – Twitter’ is closed to new replies.