Page 1 of 1
Rename a group at website
Posted: 2023-05-10 21:39
by dlee
I need to rename a single group on an existing website without uploading the generated pages again. Does anyone know where I might be able to change the group name in the actual website?
TD
Re: Rename a group at website
Posted: 2023-05-11 06:32
by onoehring
Hi,
it depends on what you mean by group:

- gr1.png (19.22 KiB) Viewed 2786 times
or this

- gr2.png (31.12 KiB) Viewed 2786 times
Olaf
Re: Rename a group at website
Posted: 2023-05-11 16:51
by dlee
Thank you for trying to help. Attached is a screen capture of a section of the homepage of the website. The image shows what I am referring to when I say group.
TD
Re: Rename a group at website
Posted: 2023-05-11 20:15
by dlee
After trying to find where the group names are stored I finally realized I could solve my problem by adding this code the hooks footer-extras.php file:
Code: Select all
<script>
$j('a:contains("Field_Day_2022")').text('Field Day');
</script>
Problem solved.
TD
Re: Rename a group at website
Posted: 2023-05-12 05:17
by onoehring
Hi,
thanks for letting us know your solution.
In this case it would be the position in my first screenshot where you put tables into groups, you can also rename groups there.
Olaf