[wp-hackers] Independent widgetized sidebars?
Computer Guru
computerguru at neosmart.net
Mon Jul 31 12:34:48 GMT 2006
Some widgets (namely Kings' widgets) have that option, but for the rest it's
quite easy, but requires some PHP work:
if (is_page()) {
sidebar code here
}
Where "is_page" is normally something like "is_404" or "is_home" or
something. The whole list can be found in the codex.
Computer Guru
NeoSmart Technologies
http://neosmart.net/blog/
> -----Original Message-----
> From: wp-hackers-bounces at lists.automattic.com [mailto:wp-hackers-
> bounces at lists.automattic.com] On Behalf Of Yosemite
> Sent: Monday, July 31, 2006 3:31 PM
> To: wp-hackers at lists.automattic.com
> Subject: [wp-hackers] Independent widgetized sidebars?
>
> Question from support forum that I can't 'shake':
> >How do you choose (or is it even possible) to have only some of your
> sidebar widgets showing on everything but your home page (where all of
> them would be shown.)?<
>
> Is the user stuck with one specific widgetized sidebar per site?
>
> Thanks for any enlightenment ;')
> -Sam
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list