How to Properly Move the Entire Site Footer in Genesis
We recently had the need to move the entire .site-footer div in Genesis. There are various tutorials out there that suggest using the following code to relocate your footer content: remove_action( ‘genesis_footer’, ‘genesis_do_footer’ ); add_action( ‘new_hook’, ‘genesis_do_footer’ ); However this won’t actually move the entire .site-footer div. On the contrary, it will only relocate the […]