How To Edit Website Tagline

  • Click on the TWHC Admin link on your website.
  • Click on the Database Admin link.
  • Click on the Templates link just after the Dbtemplates link.
  • If you DO NOT see a base.html link:
    • Click on the Add template link.
    • Type base.html into the Name field.
    • Click on the Save and continue editing button. This will load the base.html template.
  • If you SEE a base.html link:
    • Click on the base.html link.
  • If the Content field DOES NOT contain {% block tagline %}your tagline{% endblock %}
    • At the end of the Content field add the text {% block tagline %} your tagline here {% endblock %}.
  • If the Content field CONTAINS {% block tagline %}your tagline{% endblock %}
    • In the Content field find and replace the text between {% block tagline %} and {% endblock %} with your tagline text.
  • Click on the Save button.
  • Go to the home webpage for your website.

If you don't want a tagline don't enter any text between {% block tagline %} and {% endblock %}

Comment (0)