Title: HandL Hide Content
Author: Haktan Suren
Published: <strong>February 19, 2016</strong>
Last modified: July 18, 2024

---

Search plugins

![](https://ps.w.org/handl-hide-content/assets/banner-772x250.png?rev=1354331)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/handl-hide-content/assets/icon-256x256.jpg?rev=1354331)

# HandL Hide Content

 By [Haktan Suren](https://profiles.wordpress.org/haktansuren/)

[Download](https://downloads.wordpress.org/plugin/handl-hide-content.1.1.zip)

 * [Details](https://frp.wordpress.org/plugins/handl-hide-content/#description)
 * [Reviews](https://frp.wordpress.org/plugins/handl-hide-content/#reviews)
 *  [Installation](https://frp.wordpress.org/plugins/handl-hide-content/#installation)
 * [Development](https://frp.wordpress.org/plugins/handl-hide-content/#developers)

 [Support](https://wordpress.org/support/plugin/handl-hide-content/)

## Description

With this very simple yet useful plugin, you can create your own rule for hiding
content in your WP post or page.

Usage is very simple:

if you want to hide your content **ONLY** when foo=bar. Use the following.

    ```
    [HandL_HIDE foo=bar]

    Your rich content goes here. You can include anything: text, image and yes even videos (embed).

    [/HandL_HIDE]
    ```

The example content above will only be _HIDDEN_ for the following URLS

    ```
     http://yourdomain.com/?foo=bar 
     http://yourdomain.com/?foo=bar&anotherfoo=anotherbar  etc..
    ```

The example content above will **NOT** be hidden for the following URLS

    ```
     http://yourdomain.com/?foo=otherbar 
     http://yourdomain.com/?foo=  etc..
    ```

Similarly if you want to show your content **ONLY** when foo=bar. Use the following.

    ```
    [HandL_SHOW foo=bar]

    Your rich content goes here. You can include anything: text, image and yes even videos (embed).

    [/HandL_SHOW]
    ```

The example content above will only be _SHOWED_ for the following URLS

    ```
     http://yourdomain.com/?foo=bar 
     http://yourdomain.com/?foo=bar&anotherfoo=anotherbar  etc..
    ```

The example content above will **NOT** be visible for the following URLS

    ```
     http://yourdomain.com/?foo=otherbar 
     http://yourdomain.com/?foo=  etc..
    ```

You can also use _OR_ statement in your logic. For example

if you want to show the content when foo=bar1 **OR** foo=bar2, simply use

    ```
    [HandL_SHOW foo="bar1||bar2"]
    ```

hide shortcode works similar way as well

    ```
    [HandL_HIDE foo="bar1||bar2"]
    ```

You can use the shortcode in Optimize Press as well. Usage is shown in screenshot
section.

## Screenshots

 * [[
 * To use it in OptimizePress, first edit the row
 * [[
 * And then use the shortcode in following fields

## Installation

This section describes how to install the plugin and get it working.

 1. Upload `handl-hide-content` folder to the `/wp-content/plugins/` directory via 
    FTP
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

_No question so far 🙂_

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“HandL Hide Content” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Haktan Suren ](https://profiles.wordpress.org/haktansuren/)

[Translate “HandL Hide Content” into your language.](https://translate.wordpress.org/projects/wp-plugins/handl-hide-content)

### Interested in development?

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

## Changelog

#### 1.0

 * Hello World 🙂

#### 1.1

 * Readme file edited (rookie mistake 🙂 )

## Meta

 *  Version **1.1**
 *  Last updated **2 years ago**
 *  Active installations **10+**
 *  Tested up to **6.6.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/handl-hide-content/)
 * Tags
 * [content](https://frp.wordpress.org/plugins/tags/content/)[GET](https://frp.wordpress.org/plugins/tags/get/)
   [handl](https://frp.wordpress.org/plugins/tags/handl/)[hide](https://frp.wordpress.org/plugins/tags/hide/)
   [show](https://frp.wordpress.org/plugins/tags/show/)
 *  [Advanced View](https://frp.wordpress.org/plugins/handl-hide-content/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ Haktan Suren ](https://profiles.wordpress.org/haktansuren/)

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.haktansuren.com/)