[wp-hackers] dynamic_content?
Charles K. Clarkson
cclarkson at htcomp.net
Wed Mar 23 16:26:11 UTC 2011
On 3/21/2011 9:34 AM, Foolish Visions wrote:
> Looking into it, all I've seen is that each widgetized area, when
> registered, is registered as "sidebar1", "sidebar2" etc. ...
Shelly, try explicitly defining your own sidebar IDs.
For example:
register_sidebar( array(
'id' => 'home_left',
'name' => 'Home Left',
'description' => 'This is the top left section of the homepage.',
) );
or:
$home_right_widget_area_id = register_sidebar( array(
'id' => 'home_right',
'name' => 'Home Right',
'description' => 'This is the top right section of the homepage.',
) );
Charles Clarkson
--
Mobile Home Investor
Free Market Advocate
Programmer
I'm not really a smart person. I just play one on the Internet.
Stephenville, TX
http://twitter.com/CharlesClarkson
+1 (254) 968-8328
More information about the wp-hackers
mailing list