Skip to main content

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:

  1. Go to Ghost Admin > Settings (gear icon).
  2. Select Design (or Design & branding).
  3. In the left settings panel, locate the Site-wide section (or Theme settings / Custom settings).
  4. 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 3

Configuration Examples

Here is how the footer signature will render on your live site depending on the input:

  • Input text:
    cuongthach|https://cuongthach.com
  • Live Output:

    Powered by cuongthach


  • Input text:
    Ghost|https://ghost.org|TanaFlows|https://bepublish.com/tanaflows/
  • Live Output:

    Powered by Ghost & TanaFlows


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


If you do not want to display any copyright information or signature text in the footer:

  • Input text:
    None
    (This is case-insensitive; you can enter none, None, or NONE)
  • 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.