I have the tagdiv newspaper theme and I’m trying to add custom widgets to the sidebar of single questions but I’m not seeing that option. Thanks!
1 Answers
At the moment, the plugin will get the style and layout of your theme, if you want to custom the single page, you can create single-dwqa-question.php file in your theme folder then copy the code in your single.php file and paste into the single dwqa file to custom the layout.
If you want to create a sidebar the Single question page, you can go to the following link: https://codex.wordpress.org/Function_Reference/register_sidebar
Hope this helps!
Please login or Register to submit your answer