https://github.com/laxmariappan/at-a-glance-widget-plus
A WordPress plugin to extend the core at a glance widget.
https://github.com/laxmariappan/at-a-glance-widget-plus
hacktoberfest hacktoberfest-accepted hacktoberfest2023 php wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
A WordPress plugin to extend the core at a glance widget.
- Host: GitHub
- URL: https://github.com/laxmariappan/at-a-glance-widget-plus
- Owner: laxmariappan
- License: gpl-3.0
- Created: 2023-01-27T15:15:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T17:32:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T11:50:04.659Z (over 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2023, php, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 144 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# At A Glance Widget Plus
Stable Tag: 1.0.0
Requires at least: 6.1
Tested up to: 6.1.1
Requires PHP: 7.4
License: GPL v2 or later
Tags: dashboard, admin, stats, at-a-glance, custom post types
Contributors: lakshmananphp
## Description
A WordPress plugin to extend the core at a glance widget. This adds available custom post types and their count on at a glance widget.
### Credits
Thanks to [WebDevStudios](https://wordpress.org/five-for-the-future/pledge/webdevstudios/), [Sal Ferrarello](https://github.com/salcode) and [Michael Beckwith](https://profiles.wordpress.org/tw2113/)
* created as part of [#5FTF](https://wordpress.org/five-for-the-future/) day
## Screenshots
1. The **At A Glance Widget Plus** showing post types and their count in admin dashboard

## Frequently Asked Questions
### How to use it?
Install the plugin and activate it, go to your WordPress admin dashboard, you should be able to see all the post types and their count.
-- Note that it displays only published items, not drafts and trashed ones.
### Where is this plugin developed?
Development of this code happens at [github.com/laxmariappan/at-a-glance-widget-plus](https://github.com/laxmariappan/at-a-glance-widget-plus)
## Changelog
### 1.0.0
* Initial release