This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() { |