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:
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. 😉
Menu view of User Profile set up in WP Menu / Anspress Page
I’ve created a Menu using Anspress Page. Â See snapshots
please fix above two issues….
check above image for the issue: plugin is WordPress Social Login 2.3.0
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.
Thanks Rahul, what should I check for?
Hello @dsmith and@akanjana , I just pushed a fix to AnsPress repo. Please get master zip.
May be WordPress or theme widgets results ?