Create an alternative sidebar file

Then…

In place of this code:

“<?php get_sidebar();?>”

Use this code:

“<?php include(‘alternative-sidebar-name.php’);?>”

more info here