metabolism/wp-admin-calendar-view
Composer 安装命令:
composer require metabolism/wp-admin-calendar-view
包简介
Display a calendar view instead of the posts list of your custom post types.
README 文档
README
=== Admin Event Calendar View === Plugin Name: Admin Event Calendar View Description: Replace the default list view for your Events post type with a modern calendar view in the WordPress admin. Create events faster by clicking on a date to prefill start times. Contributors: metabolism Author: Metabolism Author URI: https://github.com/metabolism Tags: calendar, events, admin ui, custom post type, wordpress backend Requires at least: 5.8 Tested up to: 6.8 Stable tag: 1.0.0 Requires PHP: 7.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html A lightweight plugin that enhances the admin experience for your custom "event" post type by adding a full calendar view. == Description == This plugin replaces the default list view of your Event custom post type with a month-based calendar view directly in the WordPress admin. You can still switch to the list view if needed, but the calendar allows a much clearer overview of upcoming events. Clicking on a specific date in the calendar opens the event creation form with the date pre-filled — making it faster and easier to schedule new events. **Features:** - Visual calendar view of your events in wp-admin - Add new events by clicking a date - Pre-filled start date on event creation - Toggle between "month" and "list" views - Clean and native UI integration - Custom post type can be changed via the `admin_calendar_view_post_type` filter (default: `event`) - Based on the free and open-source version of [FullCalendar](https://fullcalendar.io/) == Installation == 1. Upload the plugin files to the `/wp-content/plugins/admin-calendar-view` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress. == Frequently Asked Questions == = Can I use this with a different custom post type than "event"? = Yes. By default, the plugin targets the `event` post type, but you can override this using the `admin_calendar_view_post_type` filter in your theme or a custom plugin: ```php add_filter('admin_calendar_view_post_type', function() { return 'my_custom_post_type'; }) = Can I still use the original list view? = Yes, you can toggle between the calendar and list view at the top right of the interface. = Can I customize the calendar style or behavior? = Not yet, but filters and hooks will be added in a future release. == Screenshots == 1. Calendar view for events, with color-coded entries and quick access to event creation. == Changelog == = 1.0.0 = * Initial release. Basic calendar view for event CPT in admin. * Click-to-create functionality with prefilled start date. * Toggle to list view retained. == Credits == This plugin uses the [FullCalendar](https://fullcalendar.io/) JavaScript library (MIT License) to provide the interactive calendar interface in the WordPress admin panel. FullCalendar © 2024 Adam Shaw. Licensed under the MIT license. == Roadmap == * Drag and drop event rescheduling * Weekly and daily views * Hook system for developers
metabolism/wp-admin-calendar-view 适用场景与选型建议
metabolism/wp-admin-calendar-view 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 219 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 06 月 24 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「calendar」 「events」 「custom post type」 「admin ui」 「wordpress backend」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 metabolism/wp-admin-calendar-view 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 metabolism/wp-admin-calendar-view 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 metabolism/wp-admin-calendar-view 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A modern PHP library for generating iCalendar v2.0 events
Библиотека для реализаций паттерна Pub/Sub
Wireless Cross-Component Communication
A powerful event calendar Tool for Laravel's Nova 5.
Check for holidays - localeaware
Command bus implementation: Commands and domain events
统计信息
- 总下载量: 219
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-06-24