Rahul,

How to change the redirect page after login with register method same with social media login or yours which is enter in homepage?

below is the result if someone who login with register method in my site:

how to change to be like yours after login:

or like in my site currently login with social media:

 

thank you

Hi,

First of all, this plugin and theme looks great!

How can i remove the “What is reputation? Learn more about the reputation system” box?

Rahul.

how to change dropdown sortby (in home page) to be sortby mode in user page?

i want make sortby mode like in user page:

 

thank you

Rahul,

i set my widget in sidebar

in homepage and categories page, widget can display well

but, I cannot display widget in sidebar question and user page,

 

kindly need your help for this issue,

Hello,

My website uses AnsPress to create a Q&A forum and uses AnsPress Category extension to create categories inside the forum. My forum has two categories called “depression” & “anxiety”. These categories are listed by executing the following REST endpoints:

http://ninsutu.com/wp-json/taxonomies/question_category/terms/
<code>[
    {
        "ID": 6,
        "name": "Anxiety Disorder",
        "slug": "anxiety",
        "description": "",
        "taxonomy": "question_category",
        "parent": null,
        "count": 3,
        "link": "http://ninsutu.com/questions/category/anxiety/",
        "meta": {
            "links": {
                "collection": "http://ninsutu.com/wp-json/taxonomies/question_category/terms",
                "self": "http://ninsutu.com/wp-json/taxonomies/question_category/terms/6"
            }
        }
    },
    {
        "ID": 7,
        "name": "Depression",
        "slug": "depression",
        "description": "",
        "taxonomy": "question_category",
        "parent": null,
        "count": 4,
        "link": "http://ninsutu.com/questions/category/depression/",
        "meta": {
            "links": {
                "collection": "http://ninsutu.com/wp-json/taxonomies/question_category/terms",
                "self": "http://ninsutu.com/wp-json/taxonomies/question_category/terms/7"
            }
        }
    }
]</code>

My struggle now is how to retrieve posts listed under “depression” or “anxiety” category.  Following WP-REST API documentation, I can filter posts with standard categories using the following endpoints:

http://ninsutu.com/wp-json/posts?filter[category_name]=myStandardCategory

I’m also able to get all posts with the AnsPress’s question and answer using the following endpoints respectively:

http://ninsutu.com/wp-json/posts?type=question
http://ninsutu.com/wp-json/posts?type=answer

What I’m unable to do is filtering all AnsPress posts with a certain custom AnsPress category. I’ve tried the following but it doesn’t work as category_name filter is probably invalid.

http://ninsutu.com/wp-json/posts?type=question&filter[category_name]=depression
http://ninsutu.com/wp-json/posts?type=question&filter[question_category_name]=depression
http://ninsutu.com/wp-json/posts?type=question&filter[cat]=7

I’m stuck with this for several days, please help.

Thanks

Loc

As you can see here http://ahsfans.net/topics/ it has a page title which is ‘Questions’. Is there any way to remove this?