• I am trying to create an author box using standard wordpress user info and CIMY Extra Fields Info. I can get the standard info to work and show the correct author info for each post (NAME,DESCRIPTION,WEBSITE). When I try the CIMY info, I get results but it is from the first author information. So every author box shows the same address, city, state, zip.

    I am using this code for the CIMY Info:

    <?php echo get_cimyFieldValue($curauth,’ADDRESS’); ?>

    I just replace the final text with the appropriate field. What do I need to do so that the information is specific for each author and not the same info each time.

    Thanks for any help!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Cimy User Extra Fields] CIMY Extra Fields Only Displays One Users Info for All’ is closed to new replies.