Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
Created December 11, 2013 18:23
Show Gist options
  • Save alexkingorg/7915720 to your computer and use it in GitHub Desktop.
Save alexkingorg/7915720 to your computer and use it in GitHub Desktop.
Replace default link with Column View
jQuery(function($) {
$('#menu-pages > a[href="edit.php?post_type=page"]')
.attr('href', 'edit.php?post_type=page&page=cf-admin-column-view-page');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment