Adding line to Buddypress registration page
-
Hi there,
I’d like to personalise my registration page a bit more. I want to achieve this:
What I get is this:
What I have done so far:
1. I have adjusted the Buddypress registration.php (child theme) and added this line:
<?php echo "Hello World!"; ?>
pretty much anywhere to test where it would show up.
Result: image number 2.2.
Created a custom template (copy of page.php) for the registration page and again added this code:<?php echo "Hello World!"; ?>
to see if it would do anything.
Result: nothing.Can anyone tell me where to put what code to get a line of text on the bottom of the buddypress registration page? I’d like to add a link there to terms & conditions.
Thanks in advance everybody!
- You must be logged in to reply to this topic.