i just tralnslated the plugin to arabic

Hello, How can we get this translation?

Each question taking or skipping 3 posts ids?

Its due to draft, revision which WP create under the hood.

Anspress still conflicts with many plugins permalinks

I don’t think its a “global major problem”. I have 42 plugins running on my AskBug site and AnsPress doesn’t conflict with any of them. It would be helpful if you would list the one’s you are having a problem with, so that they can be resolved, or a warning issued?

Can we display like this?

You can edit here: theme.php, but this is not update proof.

buddypress conflict with anspress

So your issue solved by updating slugs?

Can Anspress be used to ask multiple choice questions or do polls?

Yes, its possible. But you’ll need custom development. You can store fields as post meta (or create your own table your field have more value then just title).

How to remove login popup and redirect user on User Pro login page?

this worked for me function ap_page_template_redirect() { if( is_ask() && ! is_user_logged_in() ) { auth_redirect(); exit(); } }

Embed question in posts

Cool feature. Very handy.