That should be in WP settings.
I also need help with the general layout of the questions pages and ask question page. I don’t really know how to use the shortcodes to display the categories in the sidebar.
Hello again, I’ve still been looking into this issue and it seems like it is possible to have separate question-and-answer forums throughout by using your “post discussion” widget on Github. I downloaded that and saved it as a PHP file on Notepad, and then put it in the “Anspress-question-answer/widgets/post_discussion.php” file on my server, but in my appearance tag, it doesn’t show up as an option. I’ve cleared my cache and restarted and everything, but still not sure what to do. Suggestions? Please be thorough if you can, thanks, Ian
What is PO file?
Users Page NOT Working 404 error
I’ve send you my theme via Wetransfer two days ago but you haven’t downloaded it yet. Can you please take a look?
Ok. Added this to list. Will be added in next release 4.1.6
I replied to you in email.
Hello Tom, I was very busy lately, so I was not able to write the tutorial. Let me describe it in short here. As single question page is rendered using a shortcode under the hood so it was hard to edit it using shortcode. To overcome this issue you have to override single question page template. Follow below steps: Firstly you must remove action hook: anspress()->add_action( ‘loop_start’, ‘AP_QA_Query_Hooks’, ‘loop_start’ ); Now if you go to single question page it will look like a normal post. Create a file in your template single-question.php and copy all contents from single.php. Now inside the loop call this : ap_get_template_part(‘single-question’); After this you’ll be able to edit the single question page as well. Cheers.
Well, for some reason the search feature is not working on my installation. Any ideas why it might not be working?