If I understand you correctly you want to create a page for your plugin which mimics the look and feel of the WordPress Dashboard and it’s option pages?
If so then you can use the CSS which is packed with WordPress. The CSS file is located at wp-admin/wp-admin.css
If you open that file with your code editor you can inspect some of the styling. Using this in conjunction with a code inspector like Firebug or Google Inspector you can check items you want to mimic by “inspecting” them and simply name your elements with the same style or ID that you wish to mimic for your plugin
Craig
Related Posts:
- Passing arguments to a admin menu page callback?
- Admin settings update updating every time home page is hit?
- What’s the best method for emptying an option created with the Settings API?
- What is the recommended way to create plugin administration forms?
- How to add a new plugin page under desired Options page?
- Is it possible to add an admin page using add_submenu_page() and pass a var in the query string?
- Overwriting Core WordPress Functions with Plugins
- Naming Admin Menus and Submenus
- Current class on admin menu using add_submenu_page()
- Add Admin Menu Inside Construct or Init
- Hook event for upload image in the menu
- Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
- add_menu_page() with function inside a class [duplicate]
- How to add Font Awesome 5 icons in WP Admin dashboard menu?
- How to put placeholder text in the main post input area?
- Unified Approach for Placing Option Pages
- Plugin with specific admin menu icon
- OOP Plugin and Menu – Call to undefined function register_setting()
- Global State During an Admin Post
- plugin settings – uploading multiple files with a single button
- Howto: Use Custom Post Types as Submenu Items in Admin
- Sub Menu content is being duplicated
- Set different custom menu items for different user roles
- Show/Hide ‘add new user’ custom fields in wordpress admin panel by click another field
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- is it recommended to use WP_List_Table?
- Plugin sub-menu pages recommended structure and links
- Creating Admin Plugin – Content of a page is displayed at global scope as well
- Add a page in admin without adding menu item
- Silently register plugin pages
- WordPress theme options Menu
- Print Dashboard submenu name and filename
- Unable to get a simple plugin admin page to work
- Disable Auto-Expanding Menu in WordPress Admin Menus
- in_array function Problem
- Use options to control jQuery plugin
- Restrict certain actions to plugin-specific admin menu pages only
- Proper way to create an administration page without adding it to the menu
- Pause plugin option page until all data manipulation is complete
- How to add text editor in plugin menu?
- How to make an admin plugin menu page go full screen?
- How to add admin.php to WP Admin Menu Link
- Convert each new line in the textfield as a new value in an array
- How put the correct URL to sub-menu plugin?
- Developing a plugin where users can edit entries saved in database
- Add a description/hint field in the admin page of a plugin
- Forcing ALL plugin Admin menus into a separate menu
- Link to a admin submenu item using a custom link
- Plugin admin list pages as submenu
- Change Admin menu placement using hooks
- Menu_slug used for creating options page
- Widget plugin and input file
- How to design WooCommerce-like admin tabs for plugin settings page?
- Show Admin Menu
- adding an options menu that allows saving multiple sets of said options
- What is the difference between $post_id and get_the_ID()?
- Where to store plugin settings fields
- How can I add columns to the post edit listing to show my custom post data?
- template_include (overriding default plugin templates via current theme)
- Update exisiting site to 3.5 release candidate
- How to add more than 1 user role to sub-menu pages
- How to get shortcode to work inside a foreach loop called within a shortcode?
- How to bundle a plugin with a theme, or vice versa
- WordPress Media mime type filter problem 4.0
- How do I determine if a category exists by ID?
- Use theme constants in plugin?
- How to avoid creating first submenu page that is same as menu page?
- How can I display an error message after post has been saved?
- GET parameters interfere with my plugin settings
- What’s the best place to hire a freelance (contract) WordPress developer? [closed]
- Files automatically added
- How to add plugin version update option in plugin row action?
- wp_filesystem put_contents issue with owner/group
- Widget options are not updated
- wp E-commerce featured product plugin with muliple option?
- How to Trigger WP CRON at Local Timestamp?
- Problem with saving checkbox values with WordPress Widget API
- Force download file from plugin (change output http headers)
- How to get all product in the woo-commerce? [closed]
- Check user’s role and store in variable
- What’s the hook for filtering every texts of site?
- How to call a function using a shortcode [closed]
- How to add template colors to custom block options in WordPress Gutenberg editor sidebar?
- Update a user profile via frontend
- Plugin architecture to pull from API & create dynamic content on WP site?
- WordPress templating system for custom plugins
- Lead form that submits to 2 external APIs
- Why is $_POST empty when saving custom Meta Box?
- How to remove dynamic-css
- WordPress Jquery with heade and footer sritp plugin
- woocommerce wc_get_product is not fetching all the product of particular category
- Integrating colorpicker into array field
- Redirect with message after admin_post.php
- Add function to Dokan ajax class
- Plugin MySQL SELECT custom data and filter on user meta
- Why Worpdress doesn’t create table in database?
- Form and database, plugin development
- How to show custom taxonomy child posts through shortcode in WordPress
- Very Quick Custom Pluggable Function Question
- Showing Home option in dropdown when there is no Home page exist