Rene
asked 3 years ago

Hello,

I would like a different left sidebar on the single page, different from the one on the homepage. I use DW-Wall. It used to be easy. But with the framework etc it’s too complicated.
 

Thanks,
René

1 Answers
DominicStaff
answered 3 years ago

You can create a sidebar for the single page with the following guide: https://developer.wordpress.org/themes/functionality/sidebars/
then open the single.php file to replace the following sidebar code with your sidebar.

<?php get_sidebar(); ?>
Powered by DW Question & Answer Pro