Quantcast
Channel: Genesis Tutorials – WP Thorp
Viewing all articles
Browse latest Browse all 7

Reposition the Site Footer on Genesis

$
0
0

These code snippets will help you to Reposition the Site Footer with the Genesis Framework.

Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.

If you are a beginner user, you might find the Simple Edits plugin helpful as it presents an easier method of customizing the entry footer.

Below is the code to Reposition the Site Footer:
//* Do NOT include the opening php tag
//* 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', 11 );
add_action( 'genesis_after', 'genesis_do_footer', 12 );
add_action( 'genesis_after', 'genesis_footer_markup_close', 13 );

The post Reposition the Site Footer on Genesis appeared first on WP Thorp.


Viewing all articles
Browse latest Browse all 7

Latest Images

Trending Articles





Latest Images