
內容簡介
此外掛可讓您顯示有多少使用者在您的 WordPress 網站上線,並提供詳細的統計資料,包括它們在哪裡以及它們是誰(成員/訪客/搜尋機器人)。
使用方法(帶小工具)
前往 WP-Admin -> 外觀 -> 小工具
小工具名稱為 UserOnline。
向下捲動以取得有關如何建立 UserOnline 頁面的說明。
使用方法(不帶小工具)
打開 wp-content/themes/<您的佈景主題名稱>/sidebar.php,並在任何位置添加:
<?php if (function_exists('users_online')): ?>
<p>Users online: <div id="useronline-count"><?php users_online(); ?></div></p>
<?php endif; ?>
建置狀態
開發
https://github.com/lesterchan/wp-useronline
鳴謝
插件圖示由 Freepik 自 Flaticon 取得。
捐款
我大部分的空閒時間都用來創建、更新、維護和支援這些外掛,如果您真的喜歡我的外掛,而且能夠捐獻一些錢來支持,我將不勝感激。如果不想捐獻,也請自由使用它,沒有義務。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin enables you to display how many users are online on your WordPress site, with detailed statistics of where they are and who they are (Members/Guests/Search Bots).
Usage (With Widget)
Go to WP-Admin -> Appearance -> Widgets
The widget name is UserOnline.
Scroll down for instructions on how to create a UserOnline Page.
Usage (Without Widget)
Open wp-content/themes/
Users online:
Development
https://github.com/lesterchan/wp-useronline
Credits
Plugin icon by Freepik from Flaticon
Donations
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.
