About Category

Do you mean category not appearing? Its because you have not added any AnsPress category. Once you add a category in AnsPress then category select field will appear. Cheers.

Ajax based search for questions

There are lots of widget available in wp.org for ajax search. Get one of them which support custom post type. Cheers.

Bringing more trust to Anspress-driven websites

Hello, Sorry for late replay but I have good news. You have posted your request in very right time. If you check our GitHub repo, you may notice that I am improving our form and fields. From upcoming version adding custom fields will be as easy as pie. You can easily add this type of fields in question or answer: Text, Number, Date, Email, Color, Hidden Textarea TinyMCE Select Terms Select Page Select Radio Checkbox Tags (Tags suggestion) Group of fields (which contain above fields type) Repetitive field (single or multiple fields) Also validating and sanitizing fields will be lot more easier. For your purpose, you can use repetitive field for adding sources/credentials to your posts. You may say that, why not add this sources/credentials fields directly to AnsPress core. Its because it may not be used by every site. Hence, to keep core simple I will not add it. Once I release new version I will show you an example how to use AnsPress form to add custom fields for your needs. Thanks.

Imported users – top users php hangs the site

Thanks Rahul, Checking the query I managed to find the line of code where the site stops /public_html/answers/wp-content/plugins/anspress-question-answer/addons/free/ avatar.php, line 234 $this->name = esc_attr( $user->display_name ); The query says its referencing a non-object, but this call is already inside and is_object function. That’s where the site hangs, no response for any URL, can’t use the backend. The only way to get back in is to remove all lines from the top_users.php widget. I tried to disable/enabled the dynamic avatar addon and the avatars completely on wordpress level, but no luck. I’d appreciate any kind of support on this.

Link WordPress Category with AnsPress

Sorry I just put this code in category.php and I found Catégorie WordPress.   The last question is in Anspress when I click in category order I can’t found wordpress category (look screenshoot)   And when someone ask question I wan’t to put the question in good category here but in AnsPress Tools I can’t find the option. Regards, Noé

Link WordPress Category with AnsPress

Thank you but where add add-post-category.php in the plugin content ? Or where can I found it ?   Best Regards, Noé

Link WordPress Category with AnsPress

Hello, You have to add this hook: After adding this you’ll be able to add post category to question.