Holla, Your solution seem good to me. But if groups are CPT then AnsPress is ready for it. You just have to add group id as post_parent for AnsPress question. Later you can fetch questions using: ap_get_questions( [ 'post_parent' => group_id ] ); Cheers.
Make sure there is a page with shortcode [anspress] and that page is selected as base page in AnsPress options. Try saving your permalink.
Hello, Do not edit core files. Instead use overrides.css file in your theme to apply css. Create a new file in you theme in YOUR-THEME/anspress/css/overrides.css and add your css to this file. add this to change background of ask button: #anspress .ap-list-head .ap-btn-ask{ background: #333; }
Hello, What problems are you having? There is no special instructions required for installing AnsPress. And process is same as before. By default questions page is created, if not go to AnsPress options and select a page which have [anspress] shortcode in it. cheers.
Hello Rajesh, Please ignore that message. It happens when updated process is interrupted. But noting to worry. I will add a fix in next version.
Sorry, there was a conflict with the plugin WP User Frontend. Uncaught ReferenceError: wpuf_assets_url is not defined<br /> at b.(anonymous function).b.(anonymous function).init (http://test/wp-content/plugins/wp-user-frontend/assets/js/wpuf-tmc-button.js?wp-mce-4603-20170530:6:46)<br /> at k (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:11631)<br /> at Array.eval (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:11747)<br /> at Object.b [as each] (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:3:29317)<br /> at l (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:11679)<br /> at Object.q [as init] (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:14693)<br /> at o.eval (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:14:16159)<br /> at Array.eval (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:5:27194)<br /> at b (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:3:29317)<br /> at r (eval at <anonymous> (http://test/wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2651), <anonymous>:5:27141)
Hi Rahul, I have same issue. Order filters dont work for me. My WP : http://muhendisasistani.com/asistanblog/topluluk/ Thanks
Has anyone had a chance to look into this please? Thankyou
Hello, Try below code with foreach: get_the_terms( get_question_id(), 'question_category' )
Hello, Please save it once again and it will be okay. Since 3.x we are compiling scss files when color changes.