On wp-cms I have lines in contact.php:
< ?php if($facebook_url) { ?><li class="foot-facebook"><a href="<?php echo facebook_url; ?> ">Facebook</a></li><?php } ?>
In CSS (style.css):
.foot-twitter a { background:url(images/twitter.png) no-repeat; } .foot-facebook a { background:url(images/facebook.png) no-repeat; }
The question is how to close the link from indexing that is set through the theme settings, Where to and what to insert?