User profiles shows blank pages

I will check the issue today.  Master branch is only for developers also this shouldn’t be used in live site unless asked. As all commits are pushed to master. 

RC version popup when asking a new question

This has been solved in latest commit.

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' ) );