WordPress - Delete Bottom of Footer?

by npaige
8 replies
  • WEB DESIGN
  • |
Hi all,

I would like to delete some text on the very bottom of my site.
Mountain River Stream l Fabulous Outdoor Gear Reviews & Tales Of Intimate Adventures [By & For Women w/ Dr. Nicki]

Specifically - "All rights reserved. Site admin. Entries rss, Comments rss, Designed by Theme Junkie.

Please advise.

Thanks much!
#bottom #delete #footer #wordpress
  • Profile picture of the author Michael71
    Search for

    Code:
    <div class="left">
    		&copy; 2013 <a href="http://www.MountainRiverStream.com" title="Fabulous Outdoor Gear Reviews &amp; Intimate Adventures [w/ Dr. Nicki]" rel="home">Mountain River Stream</a>. All rights reserved. <a href="http://www.MountainRiverStream.com/wp-admin/">Site Admin</a> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/feed/">Entries RSS</a></span> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/comments/feed/">Comments RSS</a></span>
    	</div> <!--end .left-->
    in footer.php and comment it like so:

    Code:
    <!-- <div class="left">
    		&copy; 2013 <a href="http://www.MountainRiverStream.com" title="Fabulous Outdoor Gear Reviews &amp; Intimate Adventures [w/ Dr. Nicki]" rel="home">Mountain River Stream</a>. All rights reserved. <a href="http://www.MountainRiverStream.com/wp-admin/">Site Admin</a> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/feed/">Entries RSS</a></span> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/comments/feed/">Comments RSS</a></span>
    	</div> --> <!--end .left-->
    or add a display:none to it like this:

    Code:
    <div class="left" style="display:none;">
    		&copy; 2013 <a href="http://www.MountainRiverStream.com" title="Fabulous Outdoor Gear Reviews &amp; Intimate Adventures [w/ Dr. Nicki]" rel="home">Mountain River Stream</a>. All rights reserved. <a href="http://www.MountainRiverStream.com/wp-admin/">Site Admin</a> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/feed/">Entries RSS</a></span> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/comments/feed/">Comments RSS</a></span>
    	</div> <!--end .left-->
    Then there is this part in footer.php:

    Code:
    <div class="right">
    Powered by <a href="http://wordpress.org">WordPress</a> &middot; Designed by <a href="http://www.theme-junkie.com" title="Premium WordPress Themes">Theme Junkie</a> 
    	</div> <!--end .right-->
    Change to this:

    Code:
    <!-- <div class="right">
    Powered by <a href="http://wordpress.org">WordPress</a> &middot; Designed by <a href="http://www.theme-junkie.com" title="Premium WordPress Themes">Theme Junkie</a>  
    	</div> --> <!--end .right-->
    and your whole footer is empty...
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7787794].message }}
    • Profile picture of the author npaige
      thank you.
      let me play with that.
      i don't want to wipe out the whole footer though...
      i want to leave c mountain river stream. and powered by wordpress.

      n

      Originally Posted by Michael71 View Post

      Search for

      Code:
      <div class="left">
              &copy; 2013 <a href="http://www.MountainRiverStream.com" title="Fabulous Outdoor Gear Reviews &amp; Intimate Adventures [w/ Dr. Nicki]" rel="home">Mountain River Stream</a>. All rights reserved. <a href="http://www.MountainRiverStream.com/wp-admin/">Site Admin</a> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/feed/">Entries RSS</a></span> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/comments/feed/">Comments RSS</a></span>
          </div> <!--end .left-->
      in footer.php and comment it like so:

      Code:
      <!-- <div class="left">
              &copy; 2013 <a href="http://www.MountainRiverStream.com" title="Fabulous Outdoor Gear Reviews &amp; Intimate Adventures [w/ Dr. Nicki]" rel="home">Mountain River Stream</a>. All rights reserved. <a href="http://www.MountainRiverStream.com/wp-admin/">Site Admin</a> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/feed/">Entries RSS</a></span> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/comments/feed/">Comments RSS</a></span>
          </div> --> <!--end .left-->
      or add a display:none to it like this:

      Code:
      <div class="left" style="display:none;">
              &copy; 2013 <a href="http://www.MountainRiverStream.com" title="Fabulous Outdoor Gear Reviews &amp; Intimate Adventures [w/ Dr. Nicki]" rel="home">Mountain River Stream</a>. All rights reserved. <a href="http://www.MountainRiverStream.com/wp-admin/">Site Admin</a> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/feed/">Entries RSS</a></span> &middot; <span class="footer-rss"><a href="http://www.MountainRiverStream.com/comments/feed/">Comments RSS</a></span>
          </div> <!--end .left-->
      Then there is this part in footer.php:

      Code:
      <div class="right">
      Powered by <a href="http://wordpress.org">WordPress</a> &middot; Designed by <a href="http://www.theme-junkie.com" title="Premium WordPress Themes">Theme Junkie</a> 
          </div> <!--end .right-->
      Change to this:

      Code:
      <!-- <div class="right">
      Powered by <a href="http://wordpress.org">WordPress</a> &middot; Designed by <a href="http://www.theme-junkie.com" title="Premium WordPress Themes">Theme Junkie</a>  
          </div> --> <!--end .right-->
      and your whole footer is empty...
      {{ DiscussionBoard.errors[7789421].message }}
  • Profile picture of the author David V
    You'll just need to selectively comment out what you don't want.
    Open your footer.php

    Comment out like so to remove those parts you don't want.
    Code:
    	<div class="left">
    		&copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo( 'description' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>. <?php _e('All rights reserved','themejunkie'); ?>. <a href="<?php bloginfo('url'); ?>/wp-admin/"><?php _e('Site Admin', 'themejunkie'); ?></a> <!--&middot; <span class="footer-rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries RSS','themejunkie'); ?></a></span> &middot; <span class="footer-rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','themejunkie'); ?></a>--></span>
    	</div> <!--end .left-->
    	
    	<div class="right">
    <?php _e('Powered by','themejunkie'); ?> <a href="http://wordpress.org"><?php _e('WordPress','themejunkie'); ?></a> <!--&middot; <?php _e('Designed by','themejunkie'); ?> <a href="http://www.theme-junkie.com" title="Premium WordPress Themes"><?php _e('Theme Junkie','themejunkie'); ?></a>--> 
    	</div> <!--end .right-->
    You've done this a few times, but just a reminder, the <!-- commented out --> tags are what comments out the parts you don't want.
    Never place a comment tag inside a php tag or any other tag for that matter.
    {{ DiscussionBoard.errors[7789663].message }}
    • Profile picture of the author npaige
      Hi David,

      So in the code you show, you're NOT showing the comment out change, correct?

      Originally Posted by David V View Post

      You'll just need to selectively comment out what you don't want.
      Open your footer.php

      Comment out like so to remove those parts you don't want.
      Code:
          <div class="left">
              &copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo( 'description' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>. <?php _e('All rights reserved','themejunkie'); ?>. <a href="<?php bloginfo('url'); ?>/wp-admin/"><?php _e('Site Admin', 'themejunkie'); ?></a> <!--&middot; <span class="footer-rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries RSS','themejunkie'); ?></a></span> &middot; <span class="footer-rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','themejunkie'); ?></a>--></span>
          </div> <!--end .left-->
          
          <div class="right">
      <?php _e('Powered by','themejunkie'); ?> <a href="http://wordpress.org"><?php _e('WordPress','themejunkie'); ?></a> <!--&middot; <?php _e('Designed by','themejunkie'); ?> <a href="http://www.theme-junkie.com" title="Premium WordPress Themes"><?php _e('Theme Junkie','themejunkie'); ?></a>--> 
          </div> <!--end .right-->
      You've done this a few times, but just a reminder, the <!-- commented out --> tags are what comments out the parts you don't want.
      Never place a comment tag inside a php tag or any other tag for that matter.
      {{ DiscussionBoard.errors[7789688].message }}
      • Profile picture of the author David V
        Originally Posted by npaige View Post

        Hi David,

        So in the code you show, you're NOT showing the comment out change, correct?
        Sorry, I should have pointed that out...:rolleyes:
        YES, it IS commented out in the code below.
        Just read through it to see where/how I did it.
        Note: That code is from the "Freshlife" theme you have.
        {{ DiscussionBoard.errors[7789711].message }}
        • Profile picture of the author npaige
          Okay, I commented out the div class right.
          But on the left, I want to leave c Mountain River Stream.
          I am not sure where to put the comment out code?
          You say don't put it inside other code.. just not sure where.

          <div class="left">
          &copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo( 'description' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>. <?php _e('All rights reserved','themejunkie'); ?>. <a href="<?php bloginfo('url'); ?>/wp-admin/"><?php _e('Site Admin', 'themejunkie'); ?></a> &middot; <span class="footer-rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries RSS','themejunkie'); ?></a></span> &middot; <span class="footer-rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','themejunkie'); ?></a></span>
          </div> <!--end .left-->

          Originally Posted by David V View Post

          Sorry, I should have pointed that out...:rolleyes:
          YES, it IS commented out in the code below.
          Just read through it to see where/how I did it.
          Note: That code is from the "Freshlife" theme you have.
          {{ DiscussionBoard.errors[7789775].message }}
        • Profile picture of the author npaige
          I DID IT!

          I figured if it messed it up, I could take it back

          Thanks.

          Originally Posted by David V View Post

          Sorry, I should have pointed that out...:rolleyes:
          YES, it IS commented out in the code below.
          Just read through it to see where/how I did it.
          Note: That code is from the "Freshlife" theme you have.
          {{ DiscussionBoard.errors[7789824].message }}
  • Profile picture of the author David V
    Ok,
    It can be a little hard to distinguish the comment tags in there, so I'll repost it with the parts that are commented out bolded.

    <div class="left">
    &copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo( 'description' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>. <?php _e('All rights reserved','themejunkie'); ?>. <a href="<?php bloginfo('url'); ?>/wp-admin/"><?php _e('Site Admin', 'themejunkie'); ?></a> <!--&middot; <span class="footer-rss"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries RSS','themejunkie'); ?></a></span> &middot; <span class="footer-rss"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS','themejunkie'); ?></a>--></span>
    </div> <!--end .left-->

    <div class="right">
    <?php _e('Powered by','themejunkie'); ?> <a href="http://wordpress.org"><?php _e('WordPress','themejunkie'); ?></a> <!--&middot; <?php _e('Designed by','themejunkie'); ?> <a href="http://www.theme-junkie.com" title="Premium WordPress Themes"><?php _e('Theme Junkie','themejunkie'); ?></a>-->
    {{ DiscussionBoard.errors[7789826].message }}

Trending Topics