
內容簡介
這個外掛可以在每篇文章或頁面下方顯示最近訪問的註冊使用者的頭像和電子郵件。
你可以在任何文章類型下添加短碼。
在你的文章內容中添加以下程式碼:
[rwuv_recent_wp_user_visitor]
短碼
如果你想要在一行中顯示五個人,請使用以下短碼
[rwuv_recent_wp_user_visitorr no_of_col=”5″ link=’yes’ caption=’yes’ size=’100′]
如果你想要在一行中顯示五個人,但不顯示電子郵件連結和使用者名稱,請使用以下短碼
[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’no’ caption=’yes’ size=’100′]
[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’yes’ caption=’no’ size=’100′]
[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’no’ caption=’no’ size=’150′]
[rwuv_recent_wp_user_visitor no_of_col=”3″ link=’yes’ caption=’yes’ size=’100′]
PHP 程式碼
如果你想要使用 PHP 程式碼顯示最近的使用者資訊,請使用以下程式碼
如果你想要在陣列中顯示最近的使用者資訊,請使用以下函數
外掛標籤
開發者團隊
原文外掛簡介
Under each post or page Its display recent visited user(registered)image and email.
you can also add short code under any post type.
add this code in your post content
[rwuv_recent_wp_user_visitor]
Short Codes
if you want display five persone in one row then use below short code
[rwuv_recent_wp_user_visitorr no_of_col=”5″ link=’yes’ caption=’yes’ size=’100′]
if you want display five persone in one row and no email link and no user name then use below short code
[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’no’ caption=’yes’ size=’100′]
[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’yes’ caption=’no’ size=’100′]
[rwuv_recent_wp_user_visitor no_of_col=”5″ link=’no’ caption=’no’ size=’150′]
[rwuv_recent_wp_user_visitor no_of_col=”3″ link=’yes’ caption=’yes’ size=’100′]
PHP Code
If you want to display resent user info with php code
If you want to display resent user info in array then you have to use this function
