• Resolved Nathan Hawkes

    (@natehawkes)


    I am trying to write a custom template for my Connections installation (v0.7.7) and I would like to utilise jQuery to display the bio of each member in my directory. Once the user clicks “About FIRST NAME”, the bio slides out. What I will need is to create a div id, which would be something like “staff-member-XX”, where XX is a unique ID number (so “staff-member-1”, for example). Can I get this information into my theme? If so, how?

    http://wordpress.org/extend/plugins/connections/

Viewing 1 replies (of 1 total)
  • Thread Starter Nathan Hawkes

    (@natehawkes)

    I am in shock that it was so easy:

    Use ‘echo $entry->getID();’ for the ID number and ‘echo $entry->getFirstName();’ for the first name. I am in awe at how easy it was.

Viewing 1 replies (of 1 total)
  • The topic ‘Get staff ID number and first name’ is closed to new replies.