Enhanced WordPress User Profiles, Part 3: Displaying the New Fields in Your Template File

Jun 23 2010

In part three of our series recapping my presentation on Enhancing WordPress User Profiles, we’ll go through the steps and code involved in displaying the new fields we added to the database using functions.php.

For our demonstration, I am creating a team biography page for a corporate or small business website. Using WordPress’ User Profiles, we can create a user account for each team member, and grant them access to maintain their own information. I’ve also created a special role in WordPress for my team called “Team” using Capability Manager...

Enhanced WordPress User Profiles, Part 2: Adding Extra Fields to the Profile

Jun 22 2010

In part two of our series recapping my presentation on Enhancing WordPress User Profiles, we’ll go through the steps and code involved in manually removing and adding new fields to the default User Profile form in WordPress.

For our demonstration, I am creating a team biography page for a corporate or small business website. Using WordPress’ User Profiles, we can create a user account for each team member, and grant them access to maintain their own information.

The default User Profile form built into WordPress includes several fields you might not want to use or display to those team members, like Jabber or IM information...

Enhancing WordPress User Profiles

Jun 21 2010

Last week, I had the privilege of speaking to the DFW WordPress Developer and Technical User Group at their monthly meeting. There I demonstrated how to enhance WordPress for logged in users using several plugins and how to capture additional data about those users...