Hi @Relequestual:
I think what you want is here:
It doesn’t require you to change code per se, just to add the code like shown in the WordPress Codex to your theme’s functions.php
file which is a standard way to customize and/or extend WordPress:
To find out the values you need use, just add a print_r($wp_meta_boxes);
line then an exit;
immediately below the global $wp_meta_boxes;
line like this:
global $wp_meta_boxes;
print_r($wp_meta_boxes);
exit; // Stop execution here so you can see it.
You may need to actually view source to make sense of it all.
-Mike
Related Posts:
- How do I remove dashboard access from specific user roles?
- How to Change the Default Home Page for the WordPress Dashboard?
- 3.3: How do you hide the new dashboard welcome panel?
- How can we customize the logo and some text on the welcome screen?
- Appearance->Editor not visible
- Is there a way to prevent author change when editor/administrator edits a post?
- How to develop a community feature in the dashboard for multiauthor site
- Which hook for processing plugin page form data?
- Include admins in author drop-down on edit post screen
- Link to post author but exclude administrator (on single.php)
- How to solve 500 Error on WordPress Admin Dashboard due to time-out on getdirsize
- Don’t attribute content to admin users
- How to get view count of every page on site and add that (increasing) number to Dashboard Widget
- Showing Post Counts of One’s (Author) Own in the admin post list
- How do you set up a WordPress blog with multiple authors to allow something like StackExchange’s “community wiki” feature?
- Dashboard menu missing
- Can’t access dashboard as administrator, login as any other level works though
- Get post attached image to display in admin dashboard
- Continuous Login Sessions For Super Admins Across Multi-Site Network of Sites
- Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
- How can I merge two authors?
- How to activate the dashboard
- Backend Checkboxes working – but not visual?
- Given multiple admin accounts, how can I make it so that only admin with X username can edit posts
- Top toolbar is not showing in wordpress admin panel
- Want to know who is login Admin/User
- Dashboard RSS Widget Overhaul
- Extending the user profile [closed]
- How To Create WordPress Dashboard Item
- Adding a WordPress Admin Dashboard to my local wordpress site
- Sortable admin columns by 0.00 number
- WordPress4.1.15 Dashboard links not working
- Unable to render Admin Notices
- My code for creating an admin option doesn’t work
- Change the Author name to a custom field?
- WP Logs me out after updating anything on dashboard
- TinyMCE buttons broken
- WordPress admin panel is blank
- Where in WP can I check history or log of updates of plugins etc?
- How does admin-ajax.php work?
- Can an admin check passwords of registered users?
- Prevent author from changing their posts if admin has modified
- Set Featured Image programmatically (in admin) with JavaScript?
- Allow admin login at /admin
- Custom WP_List_Table displays blank rows
- Remove post from new menu in top bar
- Possible to create placeholder images in WordPress editor that are clickable (should bring up uploader)?
- How to maintain wordpress site blogs in production and staging?
- WordPress redirects me to homepage after page update in admin section
- how to display “Edit | Quick Edit | Trash | View” in custom WP_List_Table column?
- How to publish page that can’t be detected by search engines?
- Help extending custom drag-drop page ordering on admin page list screen
- Change the Default Pages Menu View in wp-admin
- In administration, how do I display comments of a certain user?
- New users must comment when requesting username
- Widgets not expanding on wordpress 3.3 widget dashbord
- WordPress stripping html and script tags from some admin users on save
- Why are my styles being applied to the admin area?
- Disable WP Editor for specific page templates
- How to change admin menu position of “Media”?
- How to disable automatic excerpt generation *in admin*?
- Hide Updates from Admins that don’t equal a set Username
- Custom order categories in admin dashboard
- wp_schedule_event only when admin is visited
- Hide Pages on Edit Pages based on Capability (edit_others_pages)?
- Hide one admin from another admin
- How to add custom classes to admin list table default rows or columns?
- How to hide a specific part of dashboard for non-admin roles?
- Get a listing of portfolio items and categories
- WordPress Remove Submenus
- using rewrites to secure login page
- page not updating with database
- Client system for media review?
- Redirect from the dashboard to edit.php if wp_is_mobile() is true
- Create a WordPress administrator without access to back-end
- WordPress 3.1’s admin bar disappears only leaving its 28 px padding (in ubuntu)!
- How to log out from admin or front-end only?
- Shared account / dual blogging in WordPress
- How To Make Iris Color Picker Showed Up Over Form and Text?
- my checkbox is not saving it’s value
- Can’t login to my admin area
- how to show admin notice in custom menu page after submitting the form?
- How much traffic is real traffic?
- How to change the descriptive text on the menus admin page?
- HTML Img with data:image src gets sanitized in admin?
- Call require_once form admin page with checkbox
- How To Remove Import/Export Option From Tools?
- How to create custom backend admin menu in different languages?
- Unable to access admin web page
- Error “Sorry, you are not allowed to access this page”
- Create WordPress Menu Item Without Linking to a Custom Page
- Search Only Works when Logged into Admin
- Different role for free and pro users in wordpress without using bbpress
- WordPress login not working
- Enqueue script throws error in console
- Calculate and save an average in a meta
- My Account Lost Administrator permission
- Use the wordpress admin table
- Display Any Field fromAdmin Panel in Frontend via Shortcode?
- How to add the “page” post type to Recent Activity widget displayed in admin?