Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   A second right sidebar (http://forum.bytesforall.com/showthread.php?t=10084)

stiegl Oct 5, 2010 07:42 AM

A second right sidebar
 
I would like to have a "right sidebar 2". why?
I want to have different contents in the right sidebar for example when
-website shows only articles: -> content in right sidebar: recent articles, comments, ...
-website shows pages: -> there I dont want recent articles but i.e. text, other pagelinks, ...

so I could say show sidebar2 on pages, sidebar1 on posts. (but not inner right)

how to do so? is there an easy way?
thx!

juggledad Oct 5, 2010 11:38 AM

have you looked at the theme options in the 'Style & configure SIDEBARS' ?

stiegl Oct 6, 2010 04:23 AM

sure, I use this function to show the right sidebar on different pages or not to show on posts
but:
I would like to have a 2nd right sidebar with different contents in it.

so i can configure them in wp widgets

I start with adding
register_sidebar(array(
'name'=>'Right Inner Sidebar2',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<div class="widget-title"><h3>',
'after_title' => '</h3></div>',
));

in functions.php, but then... no idea. or am I heading completely wrong

juggledad Oct 6, 2010 05:48 AM

In the settings I mentioned, read about the settings for the 'right Inner' sidebar

stiegl Oct 6, 2010 09:22 AM

1 Attachment(s)
yes, but I dont want a inner side bar.
maybe this helps

edit: or even right 1 and below right 2

juggledad Oct 6, 2010 09:59 AM

if you want to have different widgets appear on the right sidebar on different pages, just use a plugin like widget logic

stiegl Oct 6, 2010 12:31 PM

widget logic.
that works!
thx!


All times are GMT -6. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.