Posts are the primary content entity in Publive. Each post represents a piece of content (article, video, gallery, etc.) with associated metadata.Post Types:
Categories provide hierarchical organization for your content. Every post must have a primary_category to be published. Categories support parent-child relationships for nested navigation.Key fields: name, english_name, slug, parent_category, child_categories, category_brand_color, SEO metadata.
Tags provide flat, cross-cutting labels for content. Unlike categories, tags have no hierarchy. Posts can have multiple tags for flexible content discovery.Key fields: name, english_name, slug, SEO metadata.
The Media Library stores all media assets (images, videos, files) used across your content. Media items are referenced by ID in post fields like banner_url.Key fields: filename, path (URL), alt_text, caption, source, type (Image/Video/File), meta_data (dimensions).