Free
How to use ACF image with alt tag
Add this snippet to functions.php
Now You can reuse this function in your WordPress template files with custom class.
<?php acf_image_with_alt_tag('your_image_class'); ?>
ACF Repeater field with post object
How to use Genesis Hooks to customize your theme
Step #1 Install and activate Genesis Visual Hook Guide plugin
If You want to display the positions of Genesis action hooks this plugin will help You a lot. Once installed this plugin adds a drop down menu to the admin bar to select between three views (Hook, Filter, and Markup). Select an option or all three to see the hooks in their actual locations on your current theme.

Step #2 The hooks mark a specific position of website’s layout.
You can pick one and add an action hook to display your custom content. If You want to display a banner on the top of every single post, just copy this snippet in functions.php and set the source url of the image.
But it could be any kind of content for example CTA section, warning message, calculator, etc…
Combine primary and secondary nav menus on mobile in Genesis
Create a file named responsive-menus.js and enqueue it in your functions.php
Fix the mobile menu bouncing bug in Genesis Sample
// SITE HEADER
//*****************
.site-header .title-area {
max-width: 150px;
}
Filter WooCommerce Orders by Payment Method
How to change Genesis Next & Previous Page Link Text
Display Categories but exclude specific one
How to Display Categories of Current Post
How to Display Tags of Current Post
How to add Cover to Storefront Homepage
How to Hide Storefront Homepage Title
Add Featured Image with a Function
