That’s a bug I will fix it.

You can create menu for wp-admin->appearance->menu, there is a section for anspress menu. For search, you can use our search widget.

Get the latest version from here: https://github.com/wp3/anspress/releases/tag/2.0.0

Your plugin is quite terrific. Thank you.

Here is a screen shot of my Questions page. Maybe I’m not looking in the right place? I certainly do not want to have to edit the question to discover what category it’s in.

Ok, will add it separately

Its working as usual, which browser ?

Guys, I have improved shortcode. Attributes: $categories slug of question_category $tags slug of question_tag $tax_relation taxonomy relation, see here http://codex.wordpress.org/Taxonomies $tags_operator operator for question_tag taxonomy $categories_operator operator for question_category taxonomy Try and let me know.

Shown in bold below: <a href="http://test.backpackertravel.org/community/questions/category/oceania/" title="Search for questions and answers related to all things in Australia, New Zealand and the South Pacific islands. Sample questions include: ” are=”” there=”” any=”” tours=”” from=”” sydney=”” to=”” ayers=”” rock?”.Ask a Question“>Oceania

I have pushed a new commit, this will fix your issue. `flush_rewrite_rules` was running on every query, I disabled it. Let me know.