-
danbpfr replied to the topic Remove Header From BP Registration page? in the forum How-to & Troubleshooting 11 years, 11 months ago
Hi @hindicell
first of all create a child theme for Frisco.
And use conditionnal tags to show/hide template parts intended for logged in or out users.
Something like
<code> if ( is_user_logged_in() ) […]
-
@mercime replied to the topic Remove Header From BP Registration page? in the forum How-to & Troubleshooting 11 years, 11 months ago
@hindicell easiest way is to create specific header and footer (matching closing div) files for your register page. To do so:
1. Copy your theme’s header.php file and save copy as header-registerpage.php
2. […] -
@mercime replied to the topic Adding Extraa Profile Fields in the forum How-to & Troubleshooting 11 years, 11 months ago
@hindicell as Ben mentioned above, go to Users > Profile Fields. You have the option of presenting the choices via Radio Buttons, Select Boxes or Multi Select […]
@hindicell
Not recently active