Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: remove … To participate, register or login with your WordPress.org username


johnnydoe
Member

@johnnydoe

ah, just before i start to spam this forum with a another question:

i really have to change the register page, and i need only two form items in register.php, and those two are: “email” and “username” without the rest.

so now i’ve found a php snippet** (it took me btw 2 hours to figure out what they do) ANYWAY… to cut a long story short i’ve tried to remove the php tag but as expected a blank page after that.

phewww …. pure hardcore guys!

** `<?php if ( is_array($profile_info_keys) ) : foreach ( $profile_info_keys as $key => $label ) : ?>

<tr<?php if ( $label[0] ) { echo ‘ class=”required”‘; $label[1] .= ‘<sup>*</sup>’; } ?>>`

Skip to toolbar