I would like to remove the RSS feed icons and feed completely and place a small image in the bottom right hand corner of the socket area. Can you advise on how to do this. Thanks.
Removing RSS icons
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
the icons code can be found in footer.php. Open up the file and search for following code:
<ul class="social_bookmarks"> <li class='rss'><a href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>">RSS</a></li> <?php if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>Facebook</a></li>"; if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a></li>"; ?> </ul><!-- end social_bookmarks-->You can replace or delete it or insert your own icons/links/images....
Posted 1 year ago # -
Cheers
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














