Skip to content

Instantly share code, notes, and snippets.

@muhfaris
Created October 11, 2016 04:27
Show Gist options
  • Save muhfaris/a41be52618b6101208ded4361b4c4431 to your computer and use it in GitHub Desktop.
Save muhfaris/a41be52618b6101208ded4361b4c4431 to your computer and use it in GitHub Desktop.
Jetpack error double post
function jetpack_infinite_scroll_query_args( $args ) {
$args['order'] = 'ASC';
$args['orderby'] = 'name';
return $args;
}
add_filter( 'infinite_scroll_query_args', 'jetpack_infinite_scroll_query_args' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment