• I have the following code in header.php, and with to link it to my twitter page. How do i edit it to point towards that page? Thanks!!

    <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>&nbsp;</li></ul>
    						</div>
    						<div id="main_search">

    http://stogiebrew.com

Viewing 1 replies (of 1 total)
  • Hey there, it seems what you have rendered by that piece of code is this:

    <p id="ico_twitter"><a href="#"><img alt="twitter" src="http://stogiebrew.com/wp-content/themes/AllBlack/images/ico_twitter.png"></a></p>

    Try replacing what you have here:
    <?php echo theme_twitter_link_show() ?>

    with something like http://twitter.com/your_user_name, the plugin you are using isnt doing its job.

Viewing 1 replies (of 1 total)

The topic ‘Adding Twitter link to header img.’ is closed to new replies.