How to remove Tag from Ask Question screen? AND Labels removed but where can I add Label

You can remove tag by uninstalling tags extension. For disabling labels in ask form simply browser to: http://YOURDOMAIN.COM/wp-admin/admin.php?page=anspress_options&option_page=labels and uncheck Show label in ask form. You can add labels in question from:

[AP documentation] Adding tabs and pages to users profile

Question 2: By using the piece of code you provided, I’m able to register my new page and it is automatically added to the user menu, great! How can I decide in which position it will appear in the menu and assign an icon? I tried to add a link using the method previously quoted hoping it would override the automatically added one: function my_ap_user_link($links){ $links['badges'] = array( 'slug' => 'badges', 'title' => __( 'Badges', 'anspress-question-answer' ), 'link' => 'badges', 'order' => 100, 'show_in_menu' => false, 'public' => true, 'class' => 'apicon-chevron-right'); return $links; } add_filter( 'ap_user_menu', 'my_ap_user_link' ); It’s actually working but, I’m not sure it’s the right way to do it or not, and I don’t know which value to put for the “link” element. So is it the right way to do it or can I actually specify order and icon class in my ap_register_user_page function? If it is the right way to do it, what should be the value for the “link” element? This should be my last question on that matter. ^^; Thanks in advance. 😀 Fred PS: sorry to post it as an answer but I need to add code to it. Maybe I should open a new thread but it is closely related to my first inquiry. If it’s still better to separate every questions, I’ll do it from next one. 😉

Direct Link to user’s profile

Menu view of User Profile set up in WP Menu / Anspress Page

Direct Link to user’s profile

I’ve created a Menu using Anspress Page.  See snapshots

Observations from anspress 3.0.2 updated as on 7-08-2016 – Check updated post- Screenshot added with two new problems

      please fix above two issues….

Anspress avatar on Askbug

  check above image for the issue: plugin is WordPress Social Login 2.3.0

[AP documentation] Adding tabs and pages to users profile

Hello Fred, You are doing it right but but you should not edit core files. Instead add this filters to you theme’s function.php https://gist.github.com/rahularyan/347bb9a2c9cc11a788d739cabf8d5376 You can also wrap above code inside a class but if you are not much familiar with PHP leave it as it is else it will confuse you.

AnsPress won’t display on my page

Thanks Rahul, what should I check for?

How do I make the answer box expand as I type?

Hello @dsmith and@akanjana , I just pushed a fix to AnsPress repo. Please get master zip.

Anspress questions page shows ‘Recent Posts’, Recent Comments’…

May be WordPress or theme widgets results ?