is it possible to change the order of widget areas in the sidebar? I would like to have first the area “displayed everywhere” and then the other areas. Actually the area “displayed everywhere is displayed under the other areas.
best regards
Mario
Hey Juliandaddy,
You can customise each widget area to contain the widget you like by going to Appearance–>Widgets. Please explain a bit further if I’ve misunderstood you.
Best regards,
Rikard
Hi Rikard,
I use 3 Widget Areas: 1. Displayed Everywhere, 2. Sidebar Blog, 3. Sidebar Pages
I know how to customize the different areas, that is not the problem.
I would like to display the widgets stored in “Displayed Everywhere” on top, then the widgets stored in “Sidebar Blog” or “Sidebar Pages” below, depending on the type of pages. The different areas are selected correctly, but the widgets stored in “Displayed Everywhere” are displayed below the other widgets.
What I want to do, is to change the order of the widget areas, first “Displayed Everywhere” on top and then the rest.
best regards
Mario
Hey!
In the sidebar.php file try moving lines 73 – 74.
//global sidebar
if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
Up to line 45 so it displays above this.
if($custom_sidebar)
Best regards,
Elliott