This file contains 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
<?php | |
genesis_image( | |
array( | |
'format' => 'html', | |
'size' => 'full', | |
'num' => 0, | |
'attr' => array( 'class' => 'feature' ) | |
) | |
); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used this in a Genesis Simple Hooks box to add the featured image above content. Pasted in
genesis_before_content_sidebar_wrap Hook