実現したいこと
Smart Slider 3の項目を編集者権限のアカウントにも表示させたい。
試したこと
Adminimizeが干渉してるのかと思って、試しに無効化しても出てきませんでした。
補足情報
Smart Slider 3が管理者アカウントでも表示されない場合の対応策
wp-comfig.phpに以下を追加
php
1/**#@+ 2 * Authentication unique keys and salts. 3 * 4 * Change these to different unique phrases! You can generate these using 5 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. 6 * 7 * You can change these at any point in time to invalidate all existing cookies. 8 * This will force all users to have to log in again. 9 * 10 * @since 2.6.0 11 */ 12 13//追加する 14define('NONCE_SALT', 'smart slider setting');

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。