Hi, I’d like to add the ability to sign in through Facebook or Google to leave comments like you have on this website.  I am using your WordPress plugin (which is great by the way) but not your theme.  I cannot seem to find any options for this, can you tell me where to find it or any documentation about setting up a registration page?  Thanks!

how can I limit the number of Top users shown to 5? Presently it is showing all registered users.

Also every thing is looking big. How can I make it boxed and small as shown in the demo? Please provide the files to load on the website or tell some other way.

Hi, I am using the BuddyBoss theme with BuddyBoss Global Search.

It supports to search any custom post type contents, but not for Anspress which seems not to use custom post type.

Any chance to use “Global search” to search questions/answers from AnsPress.

 

Apprecaite in advance

How do I change my account-linked mail? I want to change the mail of my Anspress.io Account. how can I do that?

Will the private messaging feature be developed between users?

I’m trying to do something similar to this which works on posts but since the “post” itself is just the [anspress] I need to get to the question “custom post type” to

$this_post = get_queried_object();
$this_post = get_queried_object();
$author_id = $this_post->post_author;
$name = get_the_author_meta(‘display_name’, $author_id);

So the question custom post type post id I know you can do something like this – get_question_id()

but is there a way to get to all other details as well as :
1.  answer count for that question.
2.  if an answer was selected.
3.  if the question is closed
etc. etc.  whatever is available in the question object.  (is there a way to print that out?)

Hi, I’ve been trying to figure out how to create a widget for tags, just like the Categories widget, but I’m stuck. Can you or someone help? Thanks.

I look everywhere in the documentation, but can’t find a way to display the user page like this one. Can you someone help? Thanks.