User Access Shortcodes

描述

This is the simplest way of controlling who sees what in your posts/pages. This plugin allows you to restrict content to logged in users only (or guests, or by roles) with simple shortcodes. What you see is what you get, and it’s totally free.

Usage

Show content only for Guests

[UAS_guest]
This content can only be seen by guests.
[/UAS_guest]

Show content only for Registered/Logged in users

[UAS_loggedin]
This content can only be seen by logged in users.
[/UAS_loggedin]

Show content ony for specific roles

[UAS_role roles="administrator, editor"]
This content can only be seen by administrators and editors.
[/UAS_role]

Show content ony for specific users

[UAS_specific ids="23, 127"]
This content can only be seen by users with IDs 23 and 127.
[/UAS_specific]

Several extra parameters are available, please go to the plugin’s documentation if you need more information on how to use this plugin.

Support

Find help on our support platform for this plugin (we’ll answer you fast, promise).

螢幕截圖

  • Simple, hassle-free content restrictions

安裝

Installation

  1. In your WordPress admin panel, go to Plugins > New Plugin
  2. Find our Responsive Tabs plugin by WP Darko and click Install now
  3. Alternatively, download the plugin and upload the contents of user-access-shortcodes.zip to your plugins directory, which usually is /wp-content/plugins/
  4. Activate the plugin

Usage

Show content only for Guests

[UAS_guest]
This content can only be seen by guests.
[/UAS_guest]

Show content only for Registered/Logged in users

[UAS_loggedin]
This content can only be seen by logged in users.
[/UAS_loggedin]

Show content ony for specific roles

[UAS_role roles="administrator, editor"]
This content can only be seen by administrators and editors.
[/UAS_role]

Show content ony for specific users

[UAS_specific ids="23, 127"]
This content can only be seen by users with IDs 23 and 127.
[/UAS_specific]

Several extra parameters are available, please go to the plugin’s documentation for information on how to use it.

常見問題

How to use the plugin

If you are using the Classic Editor you should see a new icon added to your toolbar, you can use it to insert shortcodes in your post/pages.
If you are using a page builder, please use the shortcodes above in your content directly.

Several extra parameters are available, please go to the plugin’s documentation if you need more information on how to use this plugin.

Support

Find help on our support platform for this plugin (we’ll answer you fast, promise).

評價

2025年3月3日 1 reply
This plugin is great. The only thing I’m surprised by is that this sort of functionality wasn’t built into Wordpress. Thanks for the simple, clean plugin!
2023年9月29日
Just what I needed. Non-logged-in visitors: you can’t see this. That’s all. As I often say, sometimes you are just in dire need of a simple and to the point plugin.
2021年3月13日
Very good and right what I need … To facilitate management should create: 1, Create a button to open the Form specifies the right to view the post or the page (at the bottom of the post or page) and will only show up when the Admin login. 2, If no group or member is selected, everyone can view by default. 3, Options will not affect the permissions of the group and the Admin member.
閱讀全部13個評價

貢獻者及開發者

“User Access Shortcodes” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 User Access Shortcodes 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2.3

  • Added inverse parameter to allow hide the content in specific cases

2.2

  • Added show/hide content for specific roles
  • Simplified usage

2.1.1

  • Fixed nested shortcode issue

2.1

  • Better shortcode support (nested)

2.0

  • Added new minor features
  • Can show/hide content for users by ID

1.3

  • Nested shortcodes support

1.2

  • Minor fixes

1.1

  • Minor bug fix

1.0

  • Initial release (yay!)