Footer Signature Setup Guide
By default, at the very bottom of the website (Footer), the TanaFlows theme displays the following copyright text: Powered by Ghost & TanaFlows
You can easily customize this text to feature your brand name, your personal website, or your design/hosting provider through an intuitive setting in Ghost Admin without touching any source code.
Ghost Admin Configuration
To edit the footer signature:
- Go to Ghost Admin > Settings (gear icon).
- Select Design (or Design & branding).
- In the left settings panel, locate the Site-wide section (or Theme settings / Custom settings).
- Find the input field labeled Footer signature.
Formatting Syntax (Pipe | separator)
To display your links correctly, you need to enter the content as pairs of Link Text and Link URL, separated by a vertical pipe character (|).
Standard syntax:
Link Name 1|Link URL 1|Link Name 2|Link URL 2|Link Name 3|Link URL 3Configuration Examples
Here is how the footer signature will render on your live site depending on the input:
Case A: Single Link (Display your brand/name only)
- Input text:cuongthach|https://cuongthach.com
- Live Output:
Powered by cuongthach
Case B: Two Links (Theme’s default setup)
- Input text:Ghost|https://ghost.org|TanaFlows|https://bepublish.com/tanaflows/
- Live Output:
Case C: Three or More Links (Adding a hosting provider)
If you enter a third link pair, the system automatically appends a hosted by connector at the end:
- Input text:Ghost|https://ghost.org|TanaFlows|https://bepublish.com/tanaflows/|Cloudflare|https://cloudflare.com
- Live Output:
Powered by Ghost & TanaFlows hosted by Cloudflare
Case D: Completely Hide the Footer Signature
If you do not want to display any copyright information or signature text in the footer:
- Input text:(This is case-insensitive; you can enterNone
none,None, orNONE) - Live Output:
The copyright signature block will be completely removed from your footer.
Technical Considerations
Automatic i18n support
The helper words Powered by and hosted by are automatically translated into Vietnamese (Được phát triển bởi and lưu trữ bởi) or other languages if your website is running in multilingual mode (#multilingual).
Secure links
Custom footer links automatically open in a new tab (target="_blank") and include the rel="noopener" security attribute.