leilukin-tumbleblog/modules/categorize/admin/help/categorizing_posts.twig

14 lines
753 B
Twig
Raw Permalink Normal View History

2024-06-20 14:10:42 +00:00
{% extends "layouts" ~ DIR ~ "help.twig" %}
{% block title %}{{ "Categorizing Posts" | translate("categorize") }}{% endblock %}
{% block content %}
<h1>{{ "Categorizing Posts" | translate("categorize") }}</h1>
<p>
{{ "Categorization is a way of organising your blog posts. A good use for categorization is to gather together multiple posts that have a common theme or subject matter. Each post can have only one category applied to it, and your visitors will be able to filter your blog to easily view all the posts within a particular category." | translate("categorize") }}
</p>
<p>
{{ "Categories can be added, renamed, and deleted in the <strong>Manage</strong> tab of the administration console." | translate("categorize") }}
</p>
{% endblock %}