I tried following code and its working. You need to place this in your theme’s funtions.php
file. Let me know how it goes 🙂
add_action('admin_init', 'admin_only_post_title');
function admin_only_post_title() {
if (!current_user_can('manage_options'))
remove_post_type_support('post', 'title');
}
Related Posts:
- Change post title during post saving process
- Unsure how to add simple checkboxes that write to a small table to admin
- How to pass parameters to admin_notices?
- Styling Shortcodes in Visual Editor
- How do I set up a webhook?
- Adding custom Javascript to the head tag in Admin
- Integrate post tags in Post Edit page with qTranslate
- How to retain HTML5 Attributes on Markup
- Custom taxonomy admin description
- Use latest jQuery in WordPress (admin interface)
- remove_action with profile_personal_options
- user-new.php less detailed after WP3.1; how to revert?
- Admin: global $post empty
- How do you handle postmeta in admin area?
- Enqueue and Dequeue from admin bar nodes
- Remove Permalink From Admin Edit Post
- WordPress 3.1’s admin bar disappears only leaving its 28 px padding (in ubuntu)!
- How to pass multiple parameter in add_action()
- Other than save_post any other actions on add / edit post screen?
- Best way to achieve multiple links in a post title
- Weird jquery problem when upgrade to WordPress 3.1
- Show only content in page after action click in WordPress admin
- Find out if post was just updated on post edit screen
- Form submit in admin does not set is_admin() true
- How to retain HTML5 Attributes on Markup
- ‘Conflict’ with action deleted_post and is_admin()
- Editing post in admin panel
- How to sort post_meta in edit.php?
- Remove “minor-publishing” div from Publish admin metabox
- Background image in login showing in admin area
- WordPress Brute Force Prevention
- Plugin Development – Functions or Hooks?
- Bind custom role to admin page
- How to change all “Post” texts in dahboard into “Article”?
- Why does my delete_post hook get called twice
- Returning or use form data using a hook?
- Customizing Users in Admin Area
- How do I add some javascript validation to the admin interface form’s onsubmit?
- Add menu item to edit specific page
- How to modify admin headers
- How To Make Iris Color Picker Showed Up Over Form and Text?
- Data won’t save if metabox within conditional in admin. What am I missing?
- Admin login not working
- WordPress admin toolbar not loading styles after migration
- Changing admin user id for database
- Access for adding subpages but not for pages
- Filter WooCommerce Orders
- WordPress custom admin functions security
- /wp-admin/install.php redirecting to 123-reg
- avoiding the display of certain categories to certain user roles at content entry time
- is there an update_post_meta action
- admin_enqueue_scripts not rending JS file correctly
- remove menus for a specific role?
- Limiting Admin Backend Search to Title
- Echo title attribute php
- Post editor is 89953px tall. How to fix?
- How can I add a menu item to the admin area?
- Adding and removing columns from the admin pages panel
- paginate_links on custom query in admin – ‘sufficient permissions’ error
- Simplify the admin end
- Can I change the “Home” text in the menu?
- Directly editing content on webpage, is it possible?
- Let’s Create Custom Field Template Documentation
- I’m a super admin and I want to give an admin the ability to add new users…?
- Customizing Titles on the Fly with Code
- my checkbox is not saving it’s value
- Return User Meta text as links to post edit inside the user columns
- Can’t login to my admin area
- Home page is redirecting to another page – no obvious reason
- Admin Panel Development [closed]
- Does an administrator access allow someone to access to the WordPress database?
- Live reload preview just reloads forever
- hide elements of admin with css file
- I need help using pre_get_comments to limit comments in the comments admin screen
- WordPress Hacked 5.5 admin-ajax.php [closed]
- Backend Checkboxes working – but not visual?
- Order All Pages table in administration
- What is the best way to modify Admin Panel on WordPress?
- if in category but only with post meta
- How do I modify the size of the text in my page titles?
- Stop Expansion of Top Level Menu in the WordPress Admin Sidebar
- login_headertitle is deprecated since version 5.2.0
- Run a function on all posts
- Can not add admin notices from the edit_user_profile_update hook (notices not being displayed)?
- How to add convenient buttons for new custom post statuses
- How to disable Media Library uploads for non-Admin users?
- Update post meta within save_post action
- How to create “custom page types” with different custom fields in them?
- Hide admin notice when user profile updated
- Advanced WordPress plugin activation detection
- Change Name of Category Heading in New Post
- Does deleting the table users prevent all logins?
- how to show admin notice in custom menu page after submitting the form?
- Accidentally changed website url
- Page can’t hand request – HTTP ERROR 500 – when updating something
- WordPress Admin Menu Order for ‘admin.php’ pages
- WordPress Screen options does not show any fields
- Locked out of WordPress website from wrong amount of login attempts
- wordpress is_front_page() issue
- Admin user lacks admin permissions after hack and can’t reinstate