Comfortable Admin Page
日本語の解説はこちら “Comfortable Admin Page” is a plugin that provides a one-stop solution for those “hard-to-reach” settings in the WordPress admin area. It helps you customize a user-friendly and comfortable admin screen, not only for personal blogs but also for client websites and in-house corporate sites. With this single plugin, you can perform a wide range of customizations, including the following: Role-Based Settings * New Feature: Individually configure admin screen display and functionality for each WordPress user role (e.g., Administrator, Editor, Author). This allows you to provide an optimized admin experience for each user when managing a site with multiple people. Left Menu * Individually hide menu items (supports auto-detection of items added by plugins and themes). * Change menu labels (e.g., change “Media” to “Images”). * Add custom links to any admin page or external site to the left menu. * Change the icons for each menu item. * Adjust the height of separator lines in the menu. Admin Bar * Move the admin bar to the bottom of the screen. * Individually hide admin bar items (supports auto-detection of items added by plugins). * Add links to the previous and next posts on the edit screen. * Change the background and text color of the admin bar. * Change the login name display format to use either “Display Name” or “Username”. Dashboard * Hide unnecessary dashboard widgets (supports auto-detection of items added by plugins). Post & Page List * Hide the hover menu items that appear on each row (Edit, Quick Edit, etc.). * Add filtering functionality by “Tags” or “Author”. * Add columns for “ID,” “Slug,” “Last Modified Date,” and “Character Count,” and make them sortable. * Adjust the width of each column in pixels. * Set custom text and background colors for each post status (Published, Draft, etc.). Editor Screen * Individually hide “Embed” blocks in the Block Editor. * Freely set the autosave interval for posts in minutes. * Change the tag selection UI from an input format to a checkbox format. * Limit the number of post revisions or disable them completely. * Increase the height of the category and tag selection boxes to reduce scrolling. * Add useful shortcodes (e.g., current year/month/day) and enable them in post titles. * Add custom CSS for the admin screen. Images * Individually stop the generation of specific image sizes (thumbnail, medium, etc.) upon upload. * Add a filtering feature by user in the Media Library. * Add columns like “ID,” “Slug,” and “File Size” to the Media Library and make them sortable. Widgets * Disable the block-based widget editor and revert to the classic widgets. * Disable unnecessary default classic widgets. * Enable shortcodes in the Custom HTML widget. Users * Add “ID” and “Display Name” columns to the user list screen. * Hide high-risk items from bulk actions and hover menus. * Hide the “Change role to…” dropdown menu. Login Screen * Change the WordPress logo on the login screen to a custom image and URL. * Change the background color. * Hide unnecessary links (e.g., “Back to site,” language switcher). * Specify redirect URLs for after login and logout. Admin Screen Settings * Hide the “Help” and “Screen Options” tabs at the top of the admin screen. * Hide the admin footer text (e.g., “Thank you for creating with WordPress.”). * Individually disable update notifications for WordPress core, themes, and plugins. * Individually disable or adjust core WordPress features, such as disabling emoji scripts, hiding version information, etc. Quick Settings * Load preset configurations like “Recommended Settings” to apply them in bulk. * Copy the settings of one user role to another role (or to all roles). Reset * Export (backup) and import (restore) all settings of this plugin. * Reset all settings to their initial state. For detailed information and usage instructions, please visit the official website.
Top keywords
- admin14×2.32%
- screen12×1.99%
- hide10×1.66%
- add9×1.49%
- change9×1.49%
- menu8×1.33%
- settings8×1.33%
- individually7×1.16%
- items7×1.16%
- wordpress6×1.00%
- admin screen5×0.83%
- custom5×0.83%
Customize Posts
This is a feature plugin intended to implement #34923: Introduce basic content authorship in the Customizer. The goal for this plugin is to be able to expose the editing of posts and pages in the Customizer, allowing you to edit post data and postmeta for any number of posts, and preview the changes before saving them for others to see. This plugin was birthed out of the Widget Customizer feature-as-plugin project which was merged into WordPress Core: as widgets (in 3.9) and nav menus (4.3) can now be managed in the Customizer, so too should posts and pages be editable in the Customizer as well. Did you know that changing the featured image actually makes the change live even before you save the post? This is very surprising/unexpected behavior. The only way to truly preview a change to a featured image is to use something like Customize Posts. Likewise, did you know that changing a page template cannot be previewed from the post editor? When you change the selected page template, the change will not show up when you preview the page (see #11049). However, in Customize Posts you can preview changes to the page template just by changing the dropdown selection, and then you can see what your page would look like with the new template after the preview refreshes. Most other changes to metaboxes containing data that gets saved to custom fields (postmeta) also get written when clicking the Preview button. The Customize Posts plugin provides a framework to edit postmeta in the Customizer with a live preview of the changes. (Fixing this underlying issue of incorrectly persisting postmeta when doing a preview is captured in #20299.) As much as possible, the previewing of changes in Customize Posts utilizes the selective refresh capabilities introduced in WordPress 4.5. Not only does this mean it is faster to preview changes to posts and postmeta, but it also allows you to shift-click on an element to focus on the corresponding control in the Customizer pane. For example you can shift-click on the post title in the preview to focus on the post title control’s input field, or shift-click on a featured image to focus on the control’s button to open the media library. Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum. (This Customize Posts plugin is not to be confused with 10up’s Post Customizer.) Demo Videos The following are listed in reverse chronological order. The first, more recent videos, show more polish. [2016-04-28] New features in 0.5.0. [2016-03-28] Previewing post from Post Edit screen. [2016-03-05] Opening a draft post in the Customizer to preview title wrapping. [2016-03-04] Demo featuring the WP visual rich text editor (TinyMCE), including the insertion of images from the media library. Post content can be edited in the Customizer and previewed in multiple contexts. For example, this allows you to preview how a Read More tag will appear when the post appears on a post list page, and you can navigate to the single post to continue previewing subsequent paragraphs. You can expand the editor into a full-screen mode to focus on writing and then quickly preview the changes on the site by toggling the editor. You can make changes to as many posts as you want, but none of the changes will go live until you hit Save & Publish: everything is previewed so there is no “save and surprise”. [2016-03-03] Demonstration of integration with Customize Setting Validation (#34893) to gracefully handle failures to save due to post locking and concurrent user editing: [2016-03-01] Demonstration of hooking into edit post links so that they actually work in the Customizer and expand the section to edit the given post (as opposed to the link doing nothing at all when clicked), as well as shift-clicking on the title and content (needs better discovery UI, see #27403):