Skip to content

Instantly share code, notes, and snippets.

View stillingen's full-sized avatar

Håkon Stillingen stillingen

View GitHub Profile
@stillingen
stillingen / featured-images-to-previous-next-post.php
Last active August 29, 2015 14:00
Featured Images To Previous & Next Post Nav Links
add_action('genesis_entry_footer', 'wpsites_image_nav_links', 25 );
/**
* @author Brad Dalton
* @example http://wpsites.net/web-design/add-featured-images-to-previous-next-post-nav-links/
* @copyright 2014 WP Sites
*/
add_action('genesis_entry_footer', 'wpsites_image_nav_links', 25 );
function wpsites_image_nav_links() {