Wrong current class on admin menu with add_submenu_page()
I rewrote the code: /* Plugin Name: Admin Menu Post List Plugin URI: Description: Display a simple post list in admin menu for easy access Version: 0.2 Author: Eliot Akira Author URI: License: GPL2 */ /* * Load CSS in header */ function custom_post_list_view_css() { ?> <style> .post_list_view_headline { padding-left: 10px !important; padding-right: 10px !important; … Read more