Is it possible to do this and if so how? many thanks
Changing the order of widgets in the sidebar
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
Sure, you can adjust the order by changing the placement of the widgets in sidebar.php. So, for example, to move the "Displayed Everywhere" widget to the top, cut this code:
//sidebar area displayed everywhere if (function_exists('dynamic_sidebar') && dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;and add it immediately above this code:
//Frontpage sidebars: if ($avia_config['currently_viewing'] == 'frontpage' && dynamic_sidebar('Frontpage Sidebar') ) : $default_sidebar = false; endif;James
Posted 1 year ago # -
excellent, thanks james
Posted 1 year ago # -
Glad that James could help you :)
Posted 1 year ago #
Reply
You must log in to post.














