Intuitive Custom Post Order改修
- 2018.05.30
- CMS Wordpress
- 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 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 126
1
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_url' in /home/favorite-color/www/wp-note/cms/wp-content/themes/lionblog/single.php on line 125
-
前の記事
管理画面のカスタム投稿の記事一覧の並び順を日付降順に変更する 2018.05.24
-
次の記事
WordPressのタイトルにページ移動の何ページ目かの表記を入れる 2018.06.05