Hi, I’ve just discovered your plugin and looks like one of the best our there for this kind of things, so congratulations for your work.
I want embed via shortcode (or classic code) specific category or tag in a page, is it possible? Could you help me?
Dear Stefano,
You can use shortcodes to display listing of questions, ask question form and list of popular and related questions and latest answers.
You can use the DWQA Embed plugin to allow you to embed questions anywhere on an html page.
But if you are looking for something specific, please explain a bit more in detail!
I want to embed questions of a specific category or tag. That’s it.
same problem but no answer yet http://wordpress.org/support/topic/shortcode-dwqa-list-questions-categoryname-or-id?replies=1
Hi guys,
I made a shortcode here https://gist.github.com/10961432.git, you can use tag or category slug to specify what tag / category you want to use to listing the questions in there.
Hope this helps.
hi BigHug,
This is exactly what we need!
But i see that my post URL is replacing by question category link, is there a way not to replace it? Also my WP doesn’t like “ob_start( array( $this, ‘sanitize_output’ ) );”
Thanks a lot!
you can go to folder dw-question-answer/inc/templates/default/assets/js
and open the file dwqa-question-list.js, find and remove these lines of code :
window.history.pushState(null, document.title, resp.data.url);
Hope this help!
Please login or Register to submit your answer