Title: HandL Hide Content
Author: Haktan Suren
Published: <strong>19 fevereiro, 2016</strong>
Last modified: 23 maio, 2026

---

Pesquisar plugins

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

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

# HandL Hide Content

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

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

 * [Detalhes](https://br.wordpress.org/plugins/handl-hide-content/#description)
 * [Avaliações](https://br.wordpress.org/plugins/handl-hide-content/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/handl-hide-content/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/handl-hide-content/#developers)

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

## Descrição

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.

## Capturas de tela

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

## Instalação

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. Ative o plugin por meio do menu “Plugins” no WordPress

## Perguntas frequentes

_No question so far 🙂_

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“HandL Hide Content” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “HandL Hide Content” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/handl-hide-content)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/handl-hide-content/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/handl-hide-content/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/handl-hide-content/)
por [RSS](https://plugins.trac.wordpress.org/log/handl-hide-content/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0

 * Hello World 🙂

#### 1.1

 * Readme file edited (rookie mistake 🙂 )

## Meta

 *  Versão **1.1**
 *  Última atualização **2 semanas atrás**
 *  Instalações ativas **10+**
 *  Testado até **7.0**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/handl-hide-content/)
 * Tags
 * [content](https://br.wordpress.org/plugins/tags/content/)[GET](https://br.wordpress.org/plugins/tags/get/)
   [handl](https://br.wordpress.org/plugins/tags/handl/)[hide](https://br.wordpress.org/plugins/tags/hide/)
   [show](https://br.wordpress.org/plugins/tags/show/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/handl-hide-content/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

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

[Ver todas avaliações](https://wordpress.org/support/plugin/handl-hide-content/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/handl-hide-content/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](http://www.haktansuren.com/)