Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222247

    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

    #222652

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.