add_action( 'hybrid_after_entry', 'facebook_like', 11 ); function facebook_like() { if ( is_single() ) echo ''; }