hello
In the displayed anywhere widget i put the search
in the page widget i have other stuff
Now the sidebar display:
1 – my page widget
2 -my anywhere widget
is there a way to change the order, or always have the anywhere widget first in the sidebar ?
thank you
Hey pako69!
You can edit sidebar.php – open up the file and delete
//global sidebar
if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
Then replace
$custom_sidebar = "";
with
$custom_sidebar = "";
//global sidebar
if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
Regards,
Peter