Simply hide the button using CSS?
Tags is disabled, check plugins.
Override question.php, add this at top: <div class="page-header questions-header clearfix"> <div class="container"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="ap-question-meta clearfix"> <?php echo ap_display_question_metas() ?> </div> </div> </div> Add this in you theme style.css .page-header.questions-header { background-image: url("/wp-content/themes/site/images/code.jpg?1aa825"); background-position: center center; background-repeat: no-repeat; background-size: cover; text-align: center; text-shadow: 0 1px 7px rgba(0, 0, 0, 0.46); }
Rahul, it just doesn’t work no matter what i write. I use all your latest versions at github.
Now tags extension will not check tags count if minimum tag is set to zero. Push has been made to Github repo for AnsPress and tags extension.
I think the “field is required” is because you need to have PRESELECTED added tags. The poster can’t write his own tag.