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
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(); ?>
Please login or Register to submit your answer