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

    hi,

    The sidebar in Archive page is set from the Everywhere sidebar, is there anyway to separate it so I can arrange the archive page sidebar without affecting sidebar of other pages (everywhere)??

    thank you :)

    #499381

    Hey decode!

    Use the “Sidebar Blog” widget area. It will display on the blog page and the archives.

    Cheers!
    Elliott

    #499460

    hi, Elliott
    thanks, but I mean “Archive Only” sidebar …. any idea?

    #499892

    Hi!

    Your trying to create a widget area only for the archives? If so then try opening up /enfold/sidebar.php and around line 46 you should see this.

    if($custom_sidebar)
    

    Try adding this right above it.

    if ( is_archive() ) { dynamic_sidebar('custom_archives'); };
    

    And then create a new widget area in Dashboard > Appearance > Widgets named “custom_archives”.

    Cheers!
    Elliott

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