Need help with twitter code in header!
-
I have the following code in the header.php, and need to add my twitter link to this image when clicked. How do i need to edit the code to link to my twitter acct?
<p id="ico_twitter"><a href="<?php echo theme_twitter_link_show() ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ico_twitter.png" alt="twitter" /></a></p> <ul id="twitter_update_list"><li> </li></ul> </div> <div id="main_search"> -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
-
Replace this with your twitter link:
Remove: <?php echo theme_twitter_link_show() ?>
Replace with: http://yourtwitterlink.com/
- The topic ‘Need help with twitter code in header!’ is closed to new replies.