Is it possible, natively or through a plugin, to link several categories to one content ?
I didn't find anything related on documentation or online.
Thanks for the info
Code: Select all
<?php defined('BLUDIT') or die('Bludit CMS.'); ?>
{
"general": {
"name": "General",
"description": "",
"template": "",
"list": [
"veroeffentliche-deine-inhalte",
"richte-deine-website-ein",
"folge-bludit",
"ueber"
]
},
"music": {
"name": "Music",
"description": "",
"template": "",
"list": [
"kategorien"
]
},
"videos": {
"name": "Videos",
"description": "",
"template": "",
"list": [
"kategorien"
]
}
}
Also a tag page shows all articles with the tag.randomuser wrote: Mon Apr 13, 2026 6:07 pm That's another idea, but AFAIK, it wouldn't (natively) allow being able to have a category/tag page showing all the articles belonging to this category/tag with tag system, no ?