-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·74 lines (51 loc) · 2.27 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
=== Ajax Load More for Users ===
Contributors: dcooney, connekthq
Author: Darren Cooney
Author URI: https://connekthq.com/
Plugin URI: https://connekthq.com/ajax-load-more/extensions/users/
Donate link: https://connekthq.com/donate/
Tags: ajax load more, users, infinite scroll, lazy load, ajax
Requires at least: 4.0
Tested up to: 6.7
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://gnu.org/licenses/gpl-2.0.html
Ajax Load More extension that adds compatibility for infinite scrolling WordPress users via WP_User_Query.
== Description ==
Query and display a list of WordPress users by role using a WP_User_Query and Ajax Load More.
[View Example](https://connekthq.com/plugins/ajax-load-more/examples/users/)
= Shortcode Parameters =
The following Ajax Load More shortcode parameters are available when the Advanced Custom Fields extension is activated.
* **users** - Enable compatibility with Users. (true/false)
* **users_role** - The user role to display.
* **users_include** - Show specific users.
* **users_exclude** - Exclude specific users.
* **users_per_page** - The number of users to display with each query.
* **users_order** - The order of the displayed users.
* **users_orderby** - Sort retrieved users by parameter.
= Example Shortcode =
[ajax_load_more users="true" users_role="Subscriber" users_per_page="2"]
== Frequently Asked Questions ==
== Screenshots ==
== Installation ==
= Uploading in WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `ajax-load-more-for-users.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard
= Using FTP =
1. Download `ajax-load-more-users.zip`.
2. Extract the `ajax-load-more-for-users` directory to your computer.
3. Upload the `ajax-load-more-for-users` directory to the `/wp-content/plugins/` directory.
4. Ensure Ajax Load More is installed prior to activating the plugin.
5. Activate the plugin in the WP plugin dashboard.
== Changelog ==
= 1.1.1 - November 11, 2024 =
* UPDATE: Readme, contributors, WordPress tested version
= 1.1 - June 11, 2023 =
* UPDATE: Updated to add compatibility with Cache Add-on 2.0 and Ajax Load More 6.0.
= 1.0 - January 13, 2023 =
* Initial release.
== Upgrade Notice ==
* None