I have Facebook and Twitter signup only right now using WP Social plugin.
How do I add a Sign Up like yours? (Right now my Sign Up takes the person to a WordPress sign up page)
Can a user add links to their profile page? For example a URL link to their website, other web pages, etc. Somewhere in the description area I think would be best.
Hi Rahul Aryan.
Tag Suggestion not working in Ask Page. Please can you have a look at this?
AnsPress Version: 2.3.2
Is there a way to translate this string i couldn’t find it on lang file ?
https://www.diigo.com/item/image/573yi/npuw
I already have a user profile page and just want to add list of questions created by some user to this page.
I have tried following:
… code of my user profile shortcode….
ob_start();
anspress()->anspress_users->questions_page();
$result .= ‘<div class=”clear”></div>’.ob_get_clean();
And I see some result there http://zhendaopai.org/my-profile/?userid=1
but it looks like I need to wp_enqueue_script some css or something else. Could you please help me to show just content od one user profile tab with my own shortcode?
Thank you in advance, you do a really great job!