Link to Twitter in Header.php
-
Hi Guys,
I am new to wordpress and name of my blog is – https://www.obscuretruth.com
I am trying to setup/configuring twitter so that I can show up recent twitter entries. Below are codes from my header.php file.
1. <div id=”page”>
<div id=”logo_twitter”>
“><img src=”<?php bloginfo(‘template_url’)?>/images/button_twitter.png” alt=”” />
</div>
<div id=”menu”>* If I replace <?php echo theme_twitter_link_show(); ?> with my Twitter_link, it works and when i click on logo it takes me to my twitter page. However, it doesn’t show any recent entries.
2. I have also found other codes just below it.
<div id=”header”>
<div id=”logo”>/”><?php bloginfo(‘name’); ?><span><?php bloginfo(‘description’); ?></span> </div>
<div id=”twitter_box”>
<h2><span>Recent twitter entries…</span></h2>
<ul id=”twitter_update_list”></div>
</div>* and again, I have done same thing (replaced ?php echo get_option(‘home’); ?>/ with my twitter_link) however, it doesn’t show any recent twitter entries.
* Link to my site – https://www.obscuretruth.com
Could someone please help me? any help will be appreciated.
Thanks in advance.
- The topic ‘Link to Twitter in Header.php’ is closed to new replies.