Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'genesis_entry_header', 'dll_image_above_post_title', 9 );
- function dll_image_above_post_title() {
- if ( ! is_singular( 'post' ) ) {
- return;
- }
- echo '<h4 class="above-post-heading">Living in Place</h4>';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement