Open includes/hooks.php and remove : add_action('show_admin_bar', '__return_false');
try to add this in functions.php: add_action('show_admin_bar', '__return_true');
elegantthemes just released the divi plugin if you’re interested, its supposed to work with any theme
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' ) );
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.
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.
Try RC version.