frebro / wp-vanish

A plugin for making elements "vanish" from your Wordpress site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanish for Wordpress

This is a plugin for making elements "vanish" from your Wordpress site. Requires Wordpress 3.4.

How?

By letting you specify CSS-selectors of elements to be hidden in your theme. A style block is inserted in <head> which hides all matching elements from view. They are still present in the source code, they will just be invisible.

Why?

Sometimes you just want to get rid of something in a theme that you bought, but you don't have the skill or capability to edit it's source code. Maybe because you don't have access to it, or because you don't want to risk your changes being destroyed in future updates.

Install Vanish

Locate Vanish in the Wordpress Plugin directory and install in the usual fashion.

—or—

Require wpackagist-plugin/vanish with Composer from WordPress Packagist.

—or—

Download a release and install manually.

Remove Vanish

Changed your mind? Don't worry, just deactivate and remove the plugin. No changes were made to your theme and your vanished elements will be restored.

Todo

  • Localize
  • Live code preview in Customizer

About

A plugin for making elements "vanish" from your Wordpress site.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%