To edit the footer credits you will need to manually edit one of the php files.
- Open the file /kathryn/lib/structure/footer.php in a text editor (not Microsoft Word)
- Look for code at line 34 that is includes
<p class="creds"> </p>
- You can edit anything in between the paragraph <p> and </p> tags
For example:
If you wanted the footer to say Your Footer Credit Text Here, you use the following code:
<p class="creds">Your Footer Credit Text Here</p>