Taxonomy
Table of contents
Taxonomy is managed by the "Taxonomy" entity. Functionality for managing dictionaries and tags is available, as well as displaying tagged content.
The following information and controls are available on the main taxonomy management page (/admin/taxonomy):
- Add dictionary - page for adding a new dictionary;
- Number - dictionary identifier;
- Name - the name of the dictionary;
- Title - display title of the dictionary;
- Description - contains a description of the dictionary;
- Actions - operations are available to set up a dictionary, view tags from the dictionary, as well as a link to delete a dictionary.
Adding a dictionary (/admin/taxonomy/add):
- Name - the name of the dictionary;
- Title - display title of the dictionary;
- Description - contains a description of the dictionary.
View dictionary tags (/admin/taxonomy/terms/*, where * is the dictionary ID):
- Add - page for adding a tag;
- Dictionaries - link to the dictionary management page;
- Number - tag ID;
- Title - display tag title;
- Actions - available operations are view (content marked with a tag), change the tag, and remove the tag.
Tag adding page - the main fields are shown, other fields can be added manually, for example, fields for entering meta tags (/admin/taxonomy/terms/add/*, where * is the dictionary ID):
p>
- Title - display tag title;
- Description - tag description;
- Address - the address where the tagged content will be displayed.
Example of tagged content view page:
p>
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes