Viewing 1 replies (of 1 total)
  • Plugin Author mpvanwinkle77

    (@mpvanwinkle77)

    @swingarody in theory you could just include the folder in the theme and then include the simplr_reg_page.php in your functions.php … but you’ll want to wrap it in

    if( !function_exists('sreg_basic') ) {
       include_once(__DIR__.'/simplr-registration-form/simplr_reg_page.php');
    }

    Also, I can’t promise all of the functionality will work from that location since I haven’t tested.

Viewing 1 replies (of 1 total)
  • The topic ‘Add reg form to theme’ is closed to new replies.