I have some user fields (DATA - text) that have some info that I need to display on site (WP integration). Is there a way to display profile text fields on the user dashboard area?
You can use aMember shortcodes within WP: Code: [am4user var='fieldname'] replace fieldname in code above with actual name of your field.
Thanks. Is there a way to put this in an if loop, eg if var-"fieldname" is not empty then do this....