You can hide them using CSS. Add this to the theme’s functions.php file, or add a plug-in header to the top of the file and zip it up to use as a plug-in:
<?php
add_action('admin_print_styles', 'remove_this_stuff');
function remove_this_stuff() {
?>
<style>
#misc-publishing-actions, #minor-publishing-actions {
display:none;
}
</style>
<?php } ?>
Related Posts:
- Remove “Save draft” button without using CSS
- How do I programatically empty trash?
- Add button to TinyMCE bar without creating a plugin
- Primary and Secondary Button Classes
- How to change “Draft” string for status of custom post type to “Unavailable”?
- How to disable drafts?
- change a post status when users update posts?
- Error after deleting Custom Post Type with a function (no trash used)
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- How to unpublish a page and still keep a draft?
- Create front end link to save post (or unpublish post) as draft
- What differences are there between a Privately Published post and a Draft post?
- How can I create custom button in post.php
- Where is the WP auto-save draft JavaScript?
- How to insert a Button or custom text on twentyseventeen header
- Add new post with predefined / preset date
- Hiding Draft Post In Admin
- Send email with custom fields after new draft is saved or new post published
- Custom Status of Custom Post type need to EXCLUDE from Taxonomy pages
- Override admin submit_button() functionality
- Update postmeta Parent when post_status child change
- Admin – create custom post status and display above table
- Changing status of Published posts which have less Content to “Draft”
- Download a file and scroll to bottom div on button click
- WordPress 4.9.8 doesn’t save if content has style=”
- Why won’t draft listings appear for non-admins?
- Edit value=”” of a button in child theme
- Divi theme: change overlay color from default blue to back [closed]
- How to add custom ‘layout’ buttons to wordpress editor?
- l accidentally permanently deleted a Draft. There’s any way I can recover it?
- Allow a subscriber to be an author and view only his post
- How to create social Share Buttons Without Plugin
- Add multiple custom buttons with custom links after add to cart button for every product
- Loading elements with a button
- How to align Button on the right of the image on desktop but below the image on mobile
- How to display strikethrough text in button text (for special offer)
- How can I center the “Buttons” in the WordPresse editor?
- Custom product status get filtered on all product list views
- Woocommerce – Remove cart button depending product (post) status
- Add button to menu item at the same row
- NavBar Button Clicks (need 2 clicks rather than 1 click)
- Using button from the function submit_button() triggers alert
- Hide or remove custom post status
- Put page on Archived statut after end of publication date
- Send default WooCommerce email when switching from custom order status
- Create Button Using Provided Code
- How to create 2 preview button in a post?
- Auto draft posts when scheduled date is reached
- Users can only save their draft once before saving for revision
- Display multiple “save draft button” on a post edit
- Customize TinyMCE Buttons
- Back button to previous page and breadcrumbs
- Button to execute shorcode [closed]
- PayPal buttons not working after 4.2.4 upgrade
- Button not working?
- submit button not work
- Can’t publish custom type posts that don’t support title and editor, instead they’re saved as draft
- I’m making a WordPress CF7 Submit Button Text Changer
- why add to cart button suddenly dissapeard
- How to move a widget below the menu in a sidebar in twenty thirteen?
- Create templates from attributes for categories
- Replacing & in JS code on pages
- Social network plugins for WordPress [closed]
- Slideshow/Gallery plugin based on WP Core Gallery [closed]
- Advise on Custom Taxonomies and Structure
- Very Simple Geo targeting
- How to add custom page using them in wordpress 3.5
- Consolidate ‘add-to-cart’ buttons into one ‘add-all-to-cart’ button
- Conditional tag
- How customizable is a self-hosted WordPress blog compared to a Blogger blog?
- Update to WordPress 4.9.2, but have heavily customized theme
- Default post type doesn’t display in url
- Post Format Status [closed]
- woocommerce display product category on checkout page [closed]
- add button to tinymce
- Problem display
- Google not index my Custom 404 page ?why?
- Refresh Customize Section (not preview)
- Woocommerce – Remove ‘Buy Product’ Button from shop page [closed]
- adding new html css to wordpress section from codepen [closed]
- Do anything on post_status change [duplicate]
- How to avoid conflict between plugin and its edited version?
- How to get value from wp_usermeta table in database?
- Woocommerce linking variations
- Storing form data into wordpress database [closed]
- Use WordPress to create a custom CMS? [closed]
- use another theme for just one page
- WordPress: code structure
- Why haven’t I see plugins using get_file_data to handle retrieving plugin version?
- Create a plugin to create a new page in wordpress for each time a record is added into the database
- Page template with custom query instead of archive-xxx.php?
- Looking for membership style plugin with edit option [closed]
- How can I stop WordPress from catching URL’s for static pages that I save on my server
- I need a plugin in wordpress like google tasks [closed]
- How to create a job post by email parsing? [closed]
- Include plugin´s table in custom query
- Google Webmaster Tools error “Url blocked by robots.txt.”
- Uploaded Media Images on Site
- WordPress Multisite
- How to apply styles to the custom page template