Custom Widget Area

A simple plugin to create custom widget area.

Author:Shakti Kumar (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.2.1
Plugin version:1.1
Added to WordPress repository:10-11-2011
Last updated:11-11-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:50
Rated by:2
Plugin URI:http://wordpress.opensourcedevelopers.net/dow...
Total downloads:21 286
Active installs:400+
plugin download
Click to start download

A simple plugin to create custom widget area.
Simply copy and paste these lines where you want to show custom widget content.

After installing and activating this plugin, it will create Header Widget Area.
Assign any widget in This Header Widget Area Plugin.

Simply copy and paste these lines within php tag, where you want to show custom widget content.

if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) :

endif;

You will need to write some css for it. That's it.


FAQ
ChangeLog