How to change default cover image of AnsPress ?

create a new folder called anspress in your active theme directory, now create another directory called images. Now download this two images: Big default cover Small default cover And place it in newly created folder. Now edit this images from Photoshop and you are done. BTW: You can also download default cover in PSD format : download cover PSD

2.3-beta2 released – try and let us know

Download link for Tags is working. However I am getting the same trouble as categories filtering: Once you have filtered questions by a custom tag and want to show then “all tags” questions you do not get any results…

Say Hello to new categories page

cool really awesome..

Modify or remove existing tabs

You can easily remove a tab from users page, I ahve answered this many time, so please use search. For rest of things you override every user page as your need.

How to place notification anywhere I want?

No its not possible yet. will work on this widget in future

2.3-beta2 released – try and let us know

Some troubles with new versions: – cannot display user page: getting error 404 – cannot download new tag plugin link is broken – filtering questions by category is cool however getting back to “All Categories” do not work, no questions is found in this category…

Say Hello to new categories page

Looks really good 🙂 Liked it.

Submit notification

There may be some PHP error outputting in Ajax response. Simply open console and check what is content of response. and post it here.

Can I create two forums?

Yes you can allow anyone to post. There is not any private forum feature added yet, but you can make a question private which can bee seen by only admin and moderator.

Change default header?

create a new folder called anspress inside your active theme directory. and now copy this file wp-content\plugins\anspress-question-answer\theme\default\user\about.php to newly created folder. You must keep the same directory path, like this copied file must exist like this: YOUR_ACTIVE_THEME/anspress/user/about.php Now you can modify this file as per your needs. For overriding css, copy wp-content\plugins\anspress-question-answer\theme\default\css\overrides.php to: YOUR_ACTIVE_THEME/anspress/css/overrides.php. And add your own CSS styles.