Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #498695

    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…

    #498983

    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

    #516637

    Thank you
    Resolved

    #517126

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"displayed everywhere widgets" order permutation’ is closed to new replies.