The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Date: Sat, 2 Feb 2008 20:43:41 -0800 (PST)
Local: Sat, Feb 2 2008 11:43 pm
Subject: Full sidebar on Pages
Right now, my full/widgetized sidbar only appears on the Home and Post
pages.
I'd like for the full sidebar to be displayed on my Pages that I
create.
I know the word pages is a bit confusing, so to be clear, if I go to
Manage>New Page and create a page called 'contact' I only have the
trackback and post options in the sidebar. I'd like for the 'contact'
page to have the full sidebar that is displayed on my home page
(categories, blog roll, archive, meta, etc)
Hope that makes sense. Any help would be great.
Thanks,
Michael
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Thu, 7 Feb 2008 16:15:06 -0800 (PST)
Local: Thurs, Feb 7 2008 7:15 pm
Subject: Re: Full sidebar on Pages
I would like that feature too. I'm also bit confused why the sidebar
is not showing on ordinary Pages. Is there some reason to it?
On 3 helmi, 06:43, ZiaGr... @gmail.com wrote:
> Right now, my full/widgetized sidbar only appears on the Home and Post
> pages.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Thu, 7 Feb 2008 16:38:27 -0800 (PST)
Local: Thurs, Feb 7 2008 7:38 pm
Subject: Re: Full sidebar on Pages
Well, nevermind, I made a solution like this:
Find at sidebar.php:
<?php /* If "Widgets" are enabled, disable these sidebar items */ if
(is_home() || is_single() || is_category() || is_page()) { if ( !
function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<?php /* End "Widgets" */ endif; } ?>
Just put on the first line for example 'is_page()' (like above) if you
want the widgets appear on that page etc...
On 8 helmi, 02:15, bubb... @st.jyu.fi wrote:
> I would like that feature too. I'm also bit confused why the sidebar
> is not showing on ordinary Pages. Is there some reason to it?
> On 3 helmi, 06:43, ZiaGr... @gmail.com wrote:
> > Right now, my full/widgetized sidbar only appears on the Home and Post
> > pages.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Sun, 10 Feb 2008 20:01:49 -0800 (PST)
Local: Sun, Feb 10 2008 11:01 pm
Subject: Re: Full sidebar on Pages
Thanks!!! That did the trick.
~mt
On Feb 7, 4:38 pm, bubb... @st.jyu.fi wrote:
> Well, nevermind, I made a solution like this:
> Find at sidebar.php:
> <?php /* If "Widgets" are enabled, disable these sidebar items */ if
> (is_home() || is_single() || is_category() || is_page()) { if ( !
> function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
> <?php /* End "Widgets" */ endif; } ?>
> Just put on the first line for example 'is_page()' (like above) if you
> want the widgets appear on that page etc...
> On 8 helmi, 02:15, bubb... @st.jyu.fi wrote:
> > I would like that feature too. I'm also bit confused why the sidebar
> > is not showing on ordinary Pages. Is there some reason to it?
> > On 3 helmi, 06:43, ZiaGr... @gmail.com wrote:
> > > Right now, my full/widgetized sidbar only appears on the Home and Post
> > > pages.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
mihnea <mihnea.boian... @gmail.com>
Date: Wed, 12 Mar 2008 14:02:30 -0700 (PDT)
Local: Wed, Mar 12 2008 5:02 pm
Subject: Re: Full sidebar on Pages
Thanks! It works.
On Feb 8, 2:38 am, bubb... @st.jyu.fi wrote:
> Well, nevermind, I made a solution like this:
> Find at sidebar.php:
> <?php /* If "Widgets" are enabled, disable these sidebar items */ if
> (is_home() || is_single() || is_category() || is_page()) { if ( !
> function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
> <?php /* End "Widgets" */ endif; } ?>
> Just put on the first line for example 'is_page()' (like above) if you
> want the widgets appear on that page etc...
> On 8 helmi, 02:15, bubb... @st.jyu.fi wrote:
> > I would like that feature too. I'm also bit confused why the sidebar
> > is not showing on ordinary Pages. Is there some reason to it?
> > On 3 helmi, 06:43, ZiaGr... @gmail.com wrote:
> > > Right now, my full/widgetized sidbar only appears on the Home and Post
> > > pages.
You must
Sign in before you can post messages.
You do not have the permission required to post.