Admin Bar Missing

Open includes/hooks.php and remove : add_action('show_admin_bar', '__return_false');

Admin Bar Missing

try to add this in functions.php: add_action('show_admin_bar', '__return_true');

OpenBuilder – drag and drop builder for wordpress

elegantthemes just released the divi plugin if you’re interested, its supposed to work with any theme

Get Question, Answers and Comments Id from Permalink

You can get current question ID using: get_question_id(); And you can get answer loop using: global $answers; $answers = ap_get_answers(array('question_id' => get_question_id() )); include( ap_get_theme_location( 'answers.php' ) );

Title Tags Dont Change on Individual Questions

Just use ANSPRESS_TITLE in your (base) Page Title (and change the slug to whatever you want). Still while you will get the proper Q/A titles for each one, there are some problem with the way the Shortcode works and Rahul has promised some fix for it.

Monetize the questions and answers and also show questions to people based on location

1) If nobody provide an answer will money be refunded to person who askedĀ a question ? 2) Any non-refundable fee? So the website could earn.

PHP 7 RC3 and Anspress

Try RC version.