Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
Created August 18, 2011 23:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexkingorg/1155486 to your computer and use it in GitHub Desktop.
Save alexkingorg/1155486 to your computer and use it in GitHub Desktop.
Have comments appear before comment form in Social
<?php
function akv3_social_comment_block_order($order) {
return array('comments', 'form');
}
add_filter('social_comment_block_order', 'akv3_social_comment_block_order');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment