• Home
  • Project
  • Slider
  • Custom Website Design
  • Services
  • Social Media
  • Blog
  • Contact
    • Request a Quote

Areuconnected.com

Just another WordPress site

  • Home
  • Code Snippets
  • Genesis
You are here: Home / Code Snippets / Genesis Framework – Footer

Genesis Framework – Footer

July 22, 2011 by onnoysomoy 1 Comment

Sometimes I need to get footer outside of wrap. I tried to find out how can i do that in genesis child theme.  This code I got first from Marco who got it from Daisy Olsen.

// Reposition the footer
remove_action('genesis_footer', 'genesis_footer_markup_open', 5);
remove_action('genesis_footer', 'genesis_do_footer');
remove_action('genesis_footer', 'genesis_footer_markup_close', 15);
add_action('genesis_after', 'genesis_footer_markup_open', 5);
add_action('genesis_after', 'genesis_do_footer');
add_action('genesis_after', 'genesis_footer_markup_close', 15);
Filed Under: Code Snippets, Genesis Tagged With: code snippets, genesis, genesis footer, snippetes, StudioPress

Comments

  1. Carrie says:
    January 14, 2012 at 2:23 pm

    Nice to read your blog

    Reply

Speak Your Mind Cancel reply

*

*

Recommended Hosting

cpanel shared hosting

Company info

  • Home
  • About
  • Portfolio
  • Services
  • Qoute Us
  • Contact Us

Receive great tips via email

Our Partners

  • partners
  • partners
  • partners
  • partners

Top Stories

  • Removing genesis post_info from a Single or multiple Category
  • Insert custom content after single post
  • How to Add an Additional Wrap on Genesis Child Theme
  • Genesis Framework – Footer
  • Customizing Genesis Footer Content

Valid XHTML 1.0 Transitional