-
Notifications
You must be signed in to change notification settings - Fork 14
Overriding the template files
Alex Kirk edited this page Jan 18, 2023
·
2 revisions
To do deeper customization of your /friends/
page, you can override each of the templates by adding a file with the same name to your theme under a friends/
subdirectory.
So, for example to display Hello
instead of the logged in /friends/
page, you’d create a file containing Hello
in the friends/frontend/index.php
file.
Since this is not very useful, you’d be best off by copying the respective file from the templates directory and then start your customization from there.