PHP

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

How to Properly Move the Entire Site Footer in Genesis Read More »

New Mm Theme: Trestle

  Trestle A handy boilerplate child theme for serious Genesis developers. Trestle takes a lot of the grunt work out of building sites using the Genesis Framework, providing quick and easy-to-implement solutions to common problems and repetitive tasks. We’ve taken Genesis’ rock-solid foundation, integrated mobile-first CSS, responsive navigation, a full-featured settings panel, and much more. Download. Install.

New Mm Theme: Trestle Read More »

Tech Tip Tuesdays: Output a list of pages that includes/excludes pages based on their title

Hello and welcome to our first Tech Tip Tuesday, MIGHTYminnow’s very own tips & tricks series. Stay tuned for more… WordPress’ native wp_list_pages() function is great for doing just what it sounds like – outputting a clean list of pages with one line of code – but sometimes we need to do more. The following code

Tech Tip Tuesdays: Output a list of pages that includes/excludes pages based on their title Read More »

Newsletter

Subscribe and stay connected through our Newsletter. We send out important news, tips and special offers.

  • This field is for validation purposes and should be left unchanged.