Support » Themes and Templates » FB/Twitter links not showing

  • Resolved JohnUK

    (@johnuk)


    I have been asked to reinstate the twitter and facebook links on the http://www.budibar.com site as they do not show up anymore I was told they were removed. When I look in the header they both appear to be there as well as the correct images in the image folder can anybody tell me why they no longer show up on the site?

    <!-- <img src="<?php echo $root; ?>/images/best-of-NEDS-2011.jpg" alt="Best of New England Dessert Showcase Logo" title="2011 Best of New England Dessert Showcase" />
                            <ul>
                                <li><a href="http://www.facebook.com/BudiBar" target="_blank"><img src="<?php echo $root; ?>/images/facebook.jpg" alt="Budibar Facebook Icon" title="Follow Budibar on Facebook" /></a></li>
                                <li><a href="http://www.twitter.com/budibar" target="_blank"><img src="<?php echo $root; ?>/images/twitter.png" alt="Budibar Twitter Icon" title="Follow Budibar on Twitter" /></a></li>
                            </ul> -->
                        </div><!-- end social -->
                    </div><!-- end sub_header -->
                    <div class="clear"></div>
                </div><!-- end header -->

    Thanks, John

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JohnUK

    (@johnuk)

    Am I using incorrect wordpressiquette, apologies if so, or does nobody really know?

    Thread Starter JohnUK

    (@johnuk)

    emailed to me from a friend….

    Looks like it’s commented out…

    <!-- <img src="<?php echo $root; ?>/images/best-of-NEDS-2011.jpg" alt="Best of New England Dessert Showcase Logo" title="2011 Best of New England Dessert Showcase" />
                            <ul>
                                <li><a href="http://www.facebook.com/BudiBar" target="_blank"><img src="<?php echo $root; ?>/images/facebook.jpg" alt="Budibar Facebook Icon" title="Follow Budibar on Facebook" /></a></li>
                                <li><a href="http://www.twitter.com/budibar" target="_blank"><img src="<?php echo $root; ?>/images/twitter.png" alt="Budibar Twitter Icon" title="Follow Budibar on Twitter" /></a></li>
                            </ul> -->

    Remove those comment delimiters “<!–” & “–>” then it should show the Social Media links.

    So cheers Ben all round webster genius!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FB/Twitter links not showing’ is closed to new replies.