Hi, This may help form a previous post. Dedicated Category Page [anspress question_category="category_1,category_2" question_tag="tag1,tag2"] Thanks.
All is good. But I think people will not like that their activity posting in facebook wall. That’s why as a default make this feautre “off” if user want, they can “on” it.
#anspress{ background:#fff; padding: 10px; } Simply add above code to you css. Rest of your answer can be found here: http://anspress.io/questions/question/filter-by-category-in-widget/
See the documents -> theme override to add your own styles. Cheers
will be fixed in upcoming version.
Question page is refer to single page where question detail and all answers are listed. There is no answer page exists. And we prevent output of single answer page.
Please read the document
Ignore this issue for now. This already got fixed in development version. You can get latest version from Github or wait for 2.3.
Yes you can show filtered question by simply adding tag or category id in shortcode: [anspress question_category="category_1,category_2" question_tag="tag1,tag2"] You can also pass this arguments to anspress shortcode: tax_relation – OR or AND (relation between tag and category taxonomy). read more here Taxonomy. tags_operator – read more in given link. category_operator – read more in given link Cheers.
All of these features should be optional, so each user can adapt anspress to its own needs