Add an ‘edit profile’ page with Genesis

Thanks Kerzzy,
This worked more or less, though I needed to add this right after the opening php tag:

/**
*
* Template Name: Change Password Template
*/
// fix buffering issue
ob_start();

I encountered two issues and the above code fixed those problems.

  1. I couldn’t set my page to use this new template without declaring it first

  2. I had a header buffering error — “Warning: Cannot modify header information – headers already sent by… ”

Now all it needs is a success message. I’ll report back when I get that working.