cover image in ask question page
Copy askbug/template/anspress.php to your child theme.
And paste this code at the top of file:
<?php if(!is_question()): ?> <div class="page-header questions-header clearfix"> <div class="container"> <h1 class="entry-title">Questions - AnsPress Support</h1> <?php dynamic_sidebar( 'question-search' ); //Replace with your own registered position name ?> </div> </div> <?php endif; ?>
And simply add background for class .questions-header
Rahul,
I have edited like your order, but the result is just sentence: “Questions – AnsPress Support”.
what do you think for this matter?
what doest it mean “And simply add background for class .questions-header”