News & categories
News & categories
The News section is a blog / article feed. Posts are shown at /news, an individual article at /news/{slug}.
Creating an article
- News → Create.
- Fill in:
- Title and URL (slug).
- The article text.
- Category (optional).
- Image (cover) — picked from Media.
- Status —
Draft/Published. - Publish date — controls the order in the feed.
- Save.
Published articles automatically appear:
- in the
/newsfeed; - in the RSS (
/rss.xml); - in the sitemap (
/sitemap.xml); - in the "latest news" block on the home page (if the theme outputs it).
Categories
The Categories section groups articles by topic. A category is available at /category/{slug} and shows all of its published posts.
- Categories → Create — set a name and slug.
- When creating/editing an article, pick a category.
SEO
Like pages, an article has an SEO title, description and OG image. Fill these in for articles that should index well.
Comments
If comments are enabled, visitors can leave them under an article. New comments go to moderation — the Comments section:
- approve — the comment appears on the site;
- reject/delete — it won't be shown.
The number of comments awaiting moderation is shown in the notifications "bell".
Custom fields
If articles need extra fields (expert author, reading time, etc.), add them in the Custom fields section and then fill them in when editing an article. In the template they're available as {news.fields.<field_slug>}.