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 :)
Hey decode!
Use the “Sidebar Blog” widget area. It will display on the blog page and the archives.
Cheers!
Elliott
hi, Elliott
thanks, but I mean “Archive Only” sidebar …. any idea?
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