An open API service indexing awesome lists of open source software.

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.

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
![At A Glance Widget Plus showing post types with their count](https://user-images.githubusercontent.com/22427070/221263353-04eb334d-6587-44c0-9bdb-19cab9a4967a.png)

## 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