Hi Rahul,
I was thinking if there is a way to sync both local and remote wordpress.
As I had earlier mailed you, I am looping through external database (which contains multiple choice questions with answers), to create AnsPress Questions (custom wordpress post). So it would be easier for me to create them on localhost and then somehow send these Questions on live site.
(sorry for the off-topic question)
Regards,
Atul
Hello! Thank you for a great plugin!
But I have one question: how can I make WP-author user allow to moderate questions?
Now only WP-administrator can do it.
Hi all!
Up until now, I was using BuddyPress and I was redirecting posts or comments author link to their BP profile (if they were registered). I was using this snippet :
// Redirect Author to BP Profiles
add_action( 'template_redirect', 'redirect_author_archive_to_profile' );
function redirect_author_archive_to_profile() {
if(is_author()){
$user_id = get_query_var( 'author' );
wp_redirect( bp_core_get_user_domain( $user_id ) );
}
}I didn’t write this on my own but I believe it could be modified to do the same thing and redirect to AnsPress profiles for Registered Users. I’m guessing it’s mainly the last line that should be modified with a reference to the logged in user id. Something about that:
ap_user_link( $userid )
Anybody has any idea of the right syntax to use?
Thanks in advance!
Fred 😀
Hello Rahul,
Do you will share the new open-wp theme if yes it would be great.
Regards
I like the simple Theme of this test page.
Can you provide this theme for download so i can conform my colours and can start.
thank you very much!
best regards
Hi. Does Anspress have a function or option somewhere to display breadcrumb navaigation?
Thanks.
Hello! make customizations? Where can I send a job application? thanks
Hi there,
I’ve installed the plugin, translate it to Hebrew (not full) but I have some Avatar Issues.
you can see in this screen – http://clip2net.com/s/jgMZkX that he shows the small avatar but not the big one on the side.
I didn’t change anything in the core files only translation string.
the website link – http://www.israely.academy
Any Idea ?
There is a conflict with WP social login plugin.Social login is working(i can login with facebook,google+ etc) fine but the default facebook icons has been replaced by our facebook icons.
Pagination has some problem.From the last page when i click first page it returns 404 error page.How can i solve this