"Expose It" is a simple yet attractive plugin which will spice up every design.
This plugin practically adds a highlight/expose effect around any DIV with defined class="expose".
For more about this plugin visit http://www.adrian-apan.com/blog/wordpress-plugin-expose-it
安装:
UnZip and Upload expose.zip to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Place the elements you want to be exposed/highliteded between
and
常见问题:
How can I change the background color of the exposed DIV?
Open exposeit.php
On the following line modify the color code after your preferences (line 41)
this.getExposed().css({backgroundColor: '#B1B9C1'});