/ Published in: PHP
Change to line in page template file to call a different sidebar.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php get_sidebar(); ?> changes to <?php include ('sidebar-name.php'); ?>