這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Hide/Show Post/Page Content

描述

It permits to hide or show part of the content of posts or pages to users that are logged or not.
It’s also possibile to select the role(s) or the username(s) of logged users.

The content to be hidden or displayed must be included in a shortcode tagged as ‘soshsc‘.

The info page is available under the Tools menu.

It’s compatible with Elementor from the version 2.0.
The widget is in the general category.

Shortcode parameters

hide=”guest”
hides content to guests

hide=”logged”
hides content to legged users

show=”guest”
displays content to guests

show=”logged”
displays content to legged users

role=”subscriber”
enables the action (show/hide) only to users with the ‘Subscriber’ role

role=”subscriber,editor”
enables the action (show/hide) only to users with the ‘Subscriber’ or ‘Editor’ role

user=”foo”
enables the action (show/hide) only to the user with username ‘foo’

user=”foo,bar”
enables the action (show/hide) only to the users with username ‘foo’ or ‘bar’

Examples:

  1. Hide content to unlogged users:
    [soshsc hide=”guest”]This content is hidden only to users not logged.[/soshsc]

  2. Hide content to logged users:
    [soshsc hide=”logged”]This content is hidden only to logged users.[/soshsc]

  3. Show content only to unlogged users:
    [soshsc show=”guest”]This content is displayed only to users not logged.[/soshsc]

  4. Show content only to logged users:
    [soshsc show=”logged” role=”administrator”]This content is displayed only to administrators.[/soshsc]

螢幕截圖

  • The info page (Tools Menu)
  • The Elementor widget (General Category)

評價

2023年2月22日
I have been looking for a plugin with similar functionality for a long time. Very happy that I found it. That's what I need!
2020年9月14日 1 reply
No instructions. Инструкцию надо добавлять
2020年7月27日
Perfect when you don't need a complicated membership plugin, but in the same time, you want to display different content for logged-in users. Good job!
閱讀全部5個評價

貢獻者及開發者

“Hide/Show Post/Page Content” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Hide/Show Post/Page Content 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Hide/Show Post/Page Content 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.5.3

  • Added a workaround to load the core file ‘pluggable.php’ before using the cache_users() function [WordPress 6.1 bug]

1.5.2

  • Updated the internal php library

1.5.1

  • Fixed a PHP notice in the info page
  • Updated the internal php library

1.5

  • Added the do_shortcode() function to allow nested shortcodes
  • Minor fixes and changes

1.4

  • Added shortcode parameters to select logged users by role or username
  • Minor changes

1.2

  • Configured the localization settings
  • Added the italian translation

1.1

Implemented the compatibility with Elementor 2.x

1.0

First release