このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Ajax Load More for Users

説明

Query and display a list of WordPress users by role using a WP_User_Query and Ajax Load More.

View Example

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"]

インストール

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.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Ajax Load More for Users はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Ajax Load More for Users” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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.