Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Created May 13, 2014 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cliffordp/e02bbf26438e4df80c0b to your computer and use it in GitHub Desktop.
Save cliffordp/e02bbf26438e4df80c0b to your computer and use it in GitHub Desktop.
Display trackbacks and pingbacks in DMS 2
<?php
// from http://www.pagelinestheme.com/dms-trackbacks-pingbacks/ -- https://github.com/pagelines/DMS/issues/741#issuecomment-42981582
// http://codex.wordpress.org/Function_Reference/wp_list_comments
add_filter( 'pl_list_comments', function() { return array( 'type' => 'all', 'avatar_size' => '60' ); } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment