Skip to content

Commit 6d015b6

Browse files
committed
Update readme.md
1 parent 6cb708a commit 6d015b6

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

readme.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
<h1 align="center">unique-wp-query</h1>
22

3-
<p align="center">
4-
<a href="https://github.com/firstandthird/unique-wp-query/actions">
5-
<img src="https://img.shields.io/github/workflow/status/firstandthird/unique-wp-query/Test/main?label=Tests&style=for-the-badge" alt="Test Status"/>
6-
</a>
7-
<a href="https://github.com/firstandthird/unique-wp-query/actions">
8-
<img src="https://img.shields.io/github/workflow/status/firstandthird/unique-wp-query/Lint/main?label=Lint&style=for-the-badge" alt="Lint Status"/>
9-
</a>
10-
<img src="https://img.shields.io/npm/v/unique-wp-query.svg?label=npm&style=for-the-badge" alt="NPM" />
11-
</p>
12-
13-
unique-wp-query is a Wordpress plugin that can be used to ensure no post is
3+
4+
unique-wp-query is a Wordpress plugin that can be used to ensure no post is
145
loaded more than once per screen
156

167
## Features
@@ -19,8 +10,8 @@ loaded more than once per screen
1910

2011
## Installation
2112

22-
just put the root folder in your __wp-content/plugins__ directory and Activate
23-
from the plugins console
13+
just put the root folder in your __wp-content/plugins__ directory and Activate
14+
from the plugins console
2415

2516
## Usage:
2617

@@ -57,7 +48,7 @@ The second list will not include any posts that were in the first
5748
```
5849
This repo includes a docker-compose with a dummy theme that demonstrates the plugin, to use it:
5950
- __docker-compose up__
60-
- Open a browser and log in to the Wordpress server
51+
- Open a browser and log in to the Wordpress server
6152
- Add some dummy posts and then load the main page
6253
```
6354

0 commit comments

Comments
 (0)