Is it possible to inverse the order of “displayed everywhere widgets”, making them appear first, and then other sidebars (sidebar blog or sidebar pages) ?
I’d like to make appear a widget very first at the top of all pages, but this is impossible because of the default theme’s widgets order…
Hi Anton!
Thank you for using Enfold.
Modify the sidebar.php file, look for this code:
//global sidebar
if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
Place it above the other widget areas.
Best regards,
Ismael
Thank you
Resolved