StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-20-2012, 07:38 PM
noxbane noxbane is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2010
Posts: 139
Default Removing Entire Footer With Remove Action

I'm trying to remove the entire footer. This is in my functions.php

Code:
remove_action( 'genesis_footer', 'genesis_footer_markup_open' );
remove_action('genesis_footer','genesis_do_footer');
remove_action( 'genesis_footer', 'genesis_footer_markup_close' );
But its still outputting this:

Code:
<div class="footer" id="footer"><div class="wrap"></div><!-- end .wrap --></div>
Am I doing something wrong?
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 11:19 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.