-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
45 lines (31 loc) · 1.26 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== AJAX Posts Block ===
Contributors: capital_w_dangit
Donate link: https://capital-w-dangit.test
Tags: AJAX posts, posts block
Requires at least: 5.7
Tested up to: 5.7.2
Requires PHP: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display an AJAX-pagable number of posts by category, tag, and/or type.
== Description ==
Features:
* Set number of posts to display
* Filter to specific public post type(s)
* Filter to specific categories and post tags
* Default and wide (with columns) block alignment support
* Forward/back paging without page reload
* "Read time" (custom meta) can be set for a post in the editor's sidebar, which will be conditionally displayed in the byline for each post listed by the block
== Installation ==
1. Extract `ajax-posts-block.zip` archive content to the `wp-content/plugins/ajax-posts-block` directory.
1. Activate **AJAX Posts Block** plugin in your admin.
1. Add "Posts" block in your post editor, then configure desired number, post type, categories, and/or post tags.
== Frequently Asked Questions ==
= Isn't this block already in wp/core? =
No.
= Why isn't this block in wp/core? =
Because WP Engine needs it for a plugin challenge.
== Changelog ==
= [1.0.0] =
* Initial release!