Hi Rahul,
one last question: is it possible to set the user pages example.com/questions/user/… to “noindex,follow” in the head-area?
I don’t want these pages in google’s index and google itself recommends besides the use of robots.txt to set meta name robots to noindex to prevent from indexing.
Maybe with a if-condition in my themes header.php?
I do similiar for WordPress pagination and search results:
<?php if (is_paged() or is_search()) { ?> <meta name="robots" content="noindex,follow" /> <?php } ?>
Kind regards,
Manuel
Hi Rahul,
the permalink structure is fine, but in my case i wonder if it is possible to add the .html extension to the permalinks for questions?
Maybe hardcoded in the plugin and not as feature, if no one else is interested in that possibility.
Kind regards,
Manuel
Hi Rahul,
is it possible to automaticly add the rel=”nofollow” attribute to each link in questions, answers and comments?
This could prevent a lot of seo spam.
Kind regards,
Manuel
Hi,
I think there should be a Read-only mode, using which posting new questions/answers/comments can be disabled.
(can be used when in maintenance mode)
Also, it would be good, if there are following settings for “Ask New Question”
– Option to disable – ask new question temporarily
– and, limit who can ask new question by user points
I know these features may not be useful for most of the Anspress-Users. But these would be one the most useful features in my case.
What do you think Rahul?
Regards,
Dr. Atul
Hi Rahul,
I am just testing around with your AnsPress plugin and really like it.
But I have some trouble with the social login form. It does not appear and I don’t know why.
I thought it was a jquery problem, but the problem still exists even after I have updated my WordPress. I have also compared your jquery version here with mine and there are no differences. And I have also checked if it works, if I take out the jquery versions of my theme. Also does not work.
Do you have any ideas?
Manuel
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