Footer Content Removal

Which part of this footer do I edit to remove the logos?

Karen


<?php
/**

  • The template for displaying the footer.
  • Contains the closing of the id=main div and all content
  • after. Calls sidebar-footer.php for bottom widgets.
  • @package WordPress
  • @subpackage Twenty_Ten
  • @since Twenty Ten 1.0
    */
    ?>
    </div><!-- #main –>
    </div><!-- #wrapper –>
    <div id=“footer” role=“contentinfo”>
    <div id=“colophon”>

<?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with four columns of widgets.
*/
get_sidebar( ‘footer’ );
?>

    &lt;div id="icons"&gt; 
    &lt;?php /*?&gt;&lt;h2&gt;Follow Us:&lt;/h2&gt; 
    &lt;img src="/wp-content/themes/dimensions%20healthcare/images/facebook.png" width="24" height="24" alt="facebook" /&gt; 
    &lt;img src="/wp-content/themes/dimensions%20healthcare/images/twitter.png" width="24" height="24" alt="twitter" /&gt; 
    &lt;img src="/wp-content/themes/dimensions%20healthcare/images/youtube.png" width="24" height="24" alt="youtube" /&gt;&lt;?php */?&gt; 
    &lt;a href="/?feed=rss2"&gt;&lt;img src="/wp-content/themes/dimensions%20healthcare/images/rss.png" width="24" height="24" alt="rss" /&gt;&lt;/a&gt; 
    &lt;/div&gt;     
    &lt;div id="login"&gt; 
    &lt;ul&gt; 
    &lt;li&gt;&lt;a href="/?page_id=205"&gt;Corporate Login&lt;/a&gt;&lt;/li&gt; 
    &lt;li&gt;&lt;a href="/?page_id=208"&gt;Physician Login&lt;/a&gt;&lt;/li&gt; 
    &lt;li&gt;&lt;a href="/?page_id=211"&gt;Finance Login&lt;/a&gt;&lt;/li&gt; 
    &lt;/ul&gt; 
    &lt;/div&gt; 
    &lt;div id="footer_menu"&gt; 
    &lt;?php wp_nav_menu( array( 'sort_column' =&gt; 'menu_order', 'container_class' =&gt; 'menu-header', 'theme_location' =&gt; 'home' ) ); ?&gt; 
    &lt;?php wp_nav_menu( array( 'sort_column' =&gt; 'menu_order', 'container_class' =&gt; 'menu-header', 'theme_location' =&gt; 'home_side' ) ); ?&gt; 
    &lt;/div&gt;     
    &lt;div id="logos"&gt; &lt;a href="http://www.nlm.nih.gov/medlineplus/" target="_blank"&gt;&lt;img src="/wp-content/themes/dimensions%20healthcare/images/logos_medlineplus.png" width="168" height="39" alt="medline plus" /&gt;&lt;/a&gt;&lt;a href="http://www.heart.org/HEARTORG/" target="_blank"&gt;&lt;img src="/wp-content/themes/dimensions%20healthcare/images/logos_aha.png" width="130" height="61" alt="american heart association" /&gt;&lt;/a&gt;&lt;a href="http://www.arthritis.org/" target="_blank"&gt;&lt;img src="/wp-content/themes/dimensions%20healthcare/images/logos_arthritis.png" width="125" height="48" alt="arthritis foundation" /&gt;&lt;/a&gt; 

<div class=“large_logos”>

    &lt;img src="/wp-content/themes/dimensions%20healthcare/images/healthgrades.png" height="150"  alt="healthgrades" /&gt;&lt;/div&gt;&lt;/div&gt; 
    &lt;/div&gt;&lt;!-- #colophon --&gt; 
     
&lt;/div&gt;&lt;!-- #footer --&gt; 

<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/

wp_footer(); 

?>
<script type=“text/javascript”>

var _gaq = _gaq || ;
_gaq.push([‘_setAccount’, ‘UA-25225808-1’]);
_gaq.push([‘_trackPageview’]);

(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>

Thanks so much Ralph. I appreciate your help. KC

Probably this bit:

<div id="logos"> <a href="http://www.nlm.nih.gov/medlineplus/" target="_blank"><img src="/wp-content/themes/dimensions%20healthcare/images/logos_medlineplus.png" width="168" height="39" alt="medline plus" /></a><a href="http://www.heart.org/HEARTORG/" target="_blank"><img src="/wp-content/themes/dimensions%20healthcare/images/logos_aha.png" width="130" height="61" alt="american heart association" /></a><a href="http://www.arthritis.org/" target="_blank"><img src="/wp-content/themes/dimensions%20healthcare/images/logos_arthritis.png" width="125" height="48" alt="arthritis foundation" /></a>
<div class="large_logos">

<img src="/wp-content/themes/dimensions%20healthcare/images/healthgrades.png" height="150" alt="healthgrades" /></div></div>
</div><!-- #colophon --> 

But for us to give a definite answer, you’d need to show us the live page.

Here’s the url:

OK. Can you just confirm which logos you want removed?

All the ones in the footer. MedlinePlus, American Heart Association, Arthritis Foundation and the award below. Need to know how to remove them or to actually align them there in a pleasing way that would help they are not aligned in any way and I think it looks bad.

Thanks for your help :slight_smile:

KC

OK, just remove that whole block of code I posted above. It’s a lot easier to remove them than to change their layout. If you want to do that, perhaps first download those logo images and resize them a bit so that they have a consistent size.

You’re welcome! But better check that it works first! If not, do come back. If you really want to keep the images but just tidy them up, it might even be worth creating a Photoshop file and pasting them into that, resizing them until they line up nicely, then slicing that image up into even bits. then we can suggest how to put them back in. :slight_smile:

O.K. Ralph another stupid question. This sits on a server where I cannot edit I have to delete the old file and upload the new. If I do this with the footer will it cause any problems? I cannot edit the PHP files within the server or within Wordpress.

Keep a copy of the old file just in case, but if you remove just the code above and re-upload the file in question, it should be fine. (Not sure if that answers your question, though. If not, maybe say a little more about how you are doing this. Did you upload WP from your computer?)