Created
December 7, 2012 23:37
-
-
Save andrastudio/4237548 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<a href="http://twitter.com/<?php echo $warrior_twitter_username; ?>"> | |
<img src="<?php echo get_template_directory_uri(); ?>/images/icon-twitter.png" alt="<?php _e('Twitter Followers', 'warrior'); ?>" title="<?php _e('Twitter Followers', 'warrior'); ?>" /> | |
<strong><?php echo twitter_followers_count($warrior_twitter_username); ?> </strong> | |
</a> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment