Hello again.
I would like to know if it's possible to remove the social bookmarks in my header bar, but at the same time keeping the footer social bookmarks?
Many thanks, you guys have been very helpful
Regards
Hello again.
I would like to know if it's possible to remove the social bookmarks in my header bar, but at the same time keeping the footer social bookmarks?
Many thanks, you guys have been very helpful
Regards
Hey,
in header.php delete following code:
<ul class="social_bookmarks">
<li class='rss'><a href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>">RSS</a></li>
<?php
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a></li>";
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>Twitter</a></li>";
?>
</ul>
<!-- end social_bookmarks-->Many many thanks :)
Glad that I could help you :)
You must log in to post.