As you can see, anspress_theme::the_title() this means the_title() is inside anspress_theme object, so there should not be any conflict. BTW, This functions are already removed from 2.0

Yes you can simply add a custom link menu from wp_menu. As per your previous query I have re-coded all user page templates.. And now you can register a user page by simply add this to your function.php: ap_register_user_page(‘slug’, ‘Title’, ‘callback_function’);

No, this should not be happen, I am sure you are using older version of AnsPress. AnsPress does not use default wp menu positions, rather it check of available menu position.

Looks great! What I really like: – the “Posted in” + category: it will encourage users to check other questions and let them know where they are if they directly arrive on the question page (simple but really GREAT addition); – the heart icon and round background encourages user to interact and vote/favorite the question (don’t know which one it is); – I don’t use tags but if I do one day, they are really well displayed there; – the separation between “Best Answer” and “other Answers” is much clearer now. I just can’t wait to try this baby out!!

Nice!

Would be very handy in my case to be able to add an image to a category. Especially considering my categories are predominatly destination based.

Ok thanks!

Hello jdixon, Issue has been solved already and will be released in 2.0, very soon.

AnsPress uses the_content() for rendering post content, same as WordPress post. But I am not sure about Jetpack, and other extensions. In 2.0 there are lots of task for me and running out of time, but I will add your options after version 2.0.

I just hope the “DELETE” option can be restricted or turned off. Otherwise users can delete the whole thread. Maybe keep the Delete available to the original poster of the question for a limited timeframe (example: 2 hours) and then turn off.