Intuitive Custom Post Order改修

Intuitive Custom Post Order改修

ドラッグアンドドロップの際に、表示幅が変わってしまい操作し辛い。
その場合、下記のソースで管理画面のスタイルを上書き。
※バージョンアップで修正される可能性あり

// Intuitive Custom Post Order並び替え表示修正
function custom_admin_style() {
  echo '<style>.ui-sortable-placeholder {display:none;}</style>';
}
add_action( 'admin_head', 'custom_admin_style' );

参考サイト


Warning: Illegal string offset 'content_site_name' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 115

Warning: Illegal string offset 'content_site_name' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 116
1

Warning: Illegal string offset 'content_site_url' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 119

Warning: Illegal string offset 'content_site_title' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 120
1

Warning: Illegal string offset 'content_site_url' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 125

Warning: Illegal string offset 'content_site_url' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 126
1