Skip to content

Commit e44676a

Browse files
committed
docs: add QA, coverage, PHPStan, Packagist, and license badges
1 parent 9f51bc2 commit e44676a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Page for Custom Post Type
22

3+
[![QA](https://img.shields.io/github/actions/workflow/status/nlemoine/page-for-custom-post-type/qa.yml?branch=main&label=qa)](https://github.com/nlemoine/page-for-custom-post-type/actions/workflows/qa.yml)
4+
[![Coverage](https://img.shields.io/codecov/c/github/nlemoine/page-for-custom-post-type)](https://codecov.io/gh/nlemoine/page-for-custom-post-type)
5+
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen)](https://phpstan.org/)
6+
[![Packagist Downloads](https://img.shields.io/packagist/dt/n5s/page-for-custom-post-type)](https://packagist.org/packages/n5s/page-for-custom-post-type)
7+
[![License](https://img.shields.io/packagist/l/n5s/page-for-custom-post-type)](https://github.com/nlemoine/page-for-custom-post-type/blob/main/composer.json)
8+
39
Assign any WordPress page as the archive page for a custom post type — just like the native "page for posts" setting.
410

511
## The problem

0 commit comments

Comments
 (0)