Advertisement
srikat

Untitled

Dec 22nd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_action( 'genesis_entry_header', 'dll_image_above_post_title', 9 );
  2. function dll_image_above_post_title() {
  3.    
  4.     if ( ! is_singular( 'post' ) ) {
  5.         return;
  6.     }
  7.  
  8.     echo '<h4 class="above-post-heading">Living in Place</h4>';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement