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
- Cleanup uploads folder, Media Library db structure
- Customizing gallery shortcode in 3.5
- adding a custom css class to post
- User fields that can be edited by administrator?
- Select category in custom query
- Custom Widget form function common elements
- How to insert a sitemap within a subsite when using WordPress multisite
- Need a help on sanitization
- Child Theme – how to add new widget on a specific place?
- Modify Gallery Output to render differently on a PAGE and a POST
- How-To add Custom field in WordPress wp-ecommerce Categories?
- Adding buttons to Add New Post and Add New Page
- Change “add to cart” button color based on Woocommerce product category [closed]
- How to handle paged param in post and custom-post-type?
- Editing the default page to show all posts, rather than most recent ones
- Hiding taxonomies with no children WP_Query & tax_query
- Qtranslate + Woocommerce (multiple tinymce) [closed]
- Show user info in a hovercard [closed]
- wordpress post status inquery
- Why user_pass column in wp_users table is varchar(64)
- Display a list of subcategories (from specific Category) a post belongs to
- Integrating WordPress with Your Website
- pagination broken – clicking next displays “page not found”
- custom query for both category and pages using global $wpdb;
- Related “custom post type” using “custom taxonomy”
- Rename Smart YouTube’s httpv back to http for all posts
- Go back to the exact post page number
- CF7 select value get to function and reciept value from function
- Polylang will not allow changing of language without translation
- Why does plugin_url append absolute file path?
- Perform javascript when an input in Customizer is selected/focused?
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- How to add a new button on post
- How to display all post from the same current usermeta
- Only display notification on single post
- How to echo custom styles in css format?
- Is there a built in method to protect pages?
- Restrict my pages from public
- Using Custom Fields in post, need to put into the_content
- Semi-Private Comments + page comments -> is it possible?
- Woocommerce custom taxonomy order
- Edit image alignment in WordPress twentysixteen child theme on attachment page [closed]
- Download button under all images WordPress