Hello, How can we get this translation?
Its due to draft, revision which WP create under the hood.
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?
You can edit here: theme.php, but this is not update proof.
So your issue solved by updating slugs?
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).
this worked for me function ap_page_template_redirect() { if( is_ask() && ! is_user_logged_in() ) { auth_redirect(); exit(); } }
Cool feature. Very handy.