Plugin info

Total downloads: 1,857
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/18/2024 (531 days ago)
Added to WordPress: 2/19/2016 (9 years old)
Minimum WordPress version: f
Tested up to WordPress version: 6.6.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 531 days ago

26/100

Is HandL Hide Content abandoned?

Possibly abandoned (last update 531 days ago).

Compatibility

Requires WordPress: f
Tested up to: 6.6.4
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

HandL YouTube Extra
Rating 0.0/5 (0 reviews)Active installs 0

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.

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

Frequently Asked Questions

No question so far 🙂

Review feed

No reviews available

Screenshots

  1. To use it in OptimizePress, first edit the row

    To use it in OptimizePress, first edit the row

  2. And then use the shortcode in following fields

    And then use the shortcode in following fields

Changelog

1.0

  • Hello World 🙂

1.1

  • Readme file edited (rookie mistake 🙂 )