Title: Hide/Show Post/Page Content
Author: sosidee
Published: <strong>July 21, 2020</strong>
Last modified: December 30, 2024

---

Search plugins

![](https://ps.w.org/hideshow-postpage-content/assets/banner-772x250.jpg?rev=2344581)

![](https://ps.w.org/hideshow-postpage-content/assets/icon-256x256.gif?rev=2344198)

# Hide/Show Post/Page Content

 By [sosidee](https://profiles.wordpress.org/sosidee/)

[Download](https://downloads.wordpress.org/plugin/hideshow-postpage-content.1.5.4.zip)

 * [Details](https://wordpress.org/plugins/hideshow-postpage-content/#description)
 * [Reviews](https://wordpress.org/plugins/hideshow-postpage-content/#reviews)
 * [Development](https://wordpress.org/plugins/hideshow-postpage-content/#developers)

 [Support](https://wordpress.org/support/plugin/hideshow-postpage-content/)

## Description

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]

## Screenshots

 * [[
 * The info page (Tools Menu)
 * [[
 * The Elementor widget (General Category)

## Reviews

![](https://secure.gravatar.com/avatar/02b2a453e382ab20a4c00070c380a5c9fc14d624baccb351c9e7f61b94893f7c?
s=60&d=retro&r=g)

### 󠀁[Convenient and very helpful](https://wordpress.org/support/topic/convenient-and-very-helpful/)󠁿

 [trialho61](https://profiles.wordpress.org/trialho61/) February 22, 2023

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!

![](https://secure.gravatar.com/avatar/3604db4226d0e3296171d0f55dbf8235476005b471331620ac0fe105faa9707a?
s=60&d=retro&r=g)

### 󠀁[Instructions](https://wordpress.org/support/topic/instructions-40/)󠁿

 [denchik35](https://profiles.wordpress.org/denchik35/) September 14, 2020 1 reply

No instructions. Инструкцию надо добавлять

![](https://secure.gravatar.com/avatar/632af02549da980d5f6ef9c6b57e69a68dad99be1ceaa3b7c81877cfd95ef395?
s=60&d=retro&r=g)

### 󠀁[Good job](https://wordpress.org/support/topic/good-job-1303/)󠁿

 [gorinileonardo](https://profiles.wordpress.org/gorinileonardo/) August 1, 2020

The solution I was looking for. Simple intuitive and fast

![](https://secure.gravatar.com/avatar/690eb0c833034defbb428eca729ddf8f1d9307334de0e51e932a458db0be4eaa?
s=60&d=retro&r=g)

### 󠀁[Very useful and simple to use](https://wordpress.org/support/topic/very-useful-and-simple-to-use-7/)󠁿

 [massimorigoni](https://profiles.wordpress.org/massimorigoni/) July 28, 2020

If I can afford a suggestion I would add the possibility of distinguishing the different
roles. Anyway it was useful to me.

![](https://secure.gravatar.com/avatar/0750c31ad2e4acbd1e971a549974bf676de83ffafccd57e2dd7e2139fdd9e88d?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-7508/)󠁿

 [Jose Mortellaro](https://profiles.wordpress.org/giuse/) July 27, 2020

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!

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/)

## Contributors & Developers

“Hide/Show Post/Page Content” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ sosidee ](https://profiles.wordpress.org/sosidee/)

“Hide/Show Post/Page Content” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/hideshow-postpage-content/contributors)
for their contributions.

[Translate “Hide/Show Post/Page Content” into your language.](https://translate.wordpress.org/projects/wp-plugins/hideshow-postpage-content)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/hideshow-postpage-content/),
check out the [SVN repository](https://plugins.svn.wordpress.org/hideshow-postpage-content/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/hideshow-postpage-content/)
by [RSS](https://plugins.trac.wordpress.org/log/hideshow-postpage-content/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.5.4

 * Updated the custom library

#### 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

## Meta

 *  Version **1.5.4**
 *  Last updated **1 year ago**
 *  Active installations **100+**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 8.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/hideshow-postpage-content/) and 
   [Italian](https://it.wordpress.org/plugins/hideshow-postpage-content/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/hideshow-postpage-content)
 * Tags
 * [hide content](https://wordpress.org/plugins/tags/hide-content/)[hide text](https://wordpress.org/plugins/tags/hide-text/)
   [show content](https://wordpress.org/plugins/tags/show-content/)
 *  [Advanced View](https://wordpress.org/plugins/hideshow-postpage-content/advanced/)

## Ratings

 4.6 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hideshow-postpage-content/reviews/)

## Contributors

 *   [ sosidee ](https://profiles.wordpress.org/sosidee/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hideshow-postpage-content/)